Struct tartan_uefi::allocator::BootAllocator
source · pub struct BootAllocator;
Trait Implementations§
source§impl GlobalAlloc for BootAllocator
impl GlobalAlloc for BootAllocator
source§unsafe fn alloc(&self, layout: Layout) -> *mut u8
unsafe fn alloc(&self, layout: Layout) -> *mut u8
Allocates memory as described by the given
layout
. Read moreAuto Trait Implementations§
impl Freeze for BootAllocator
impl RefUnwindSafe for BootAllocator
impl Send for BootAllocator
impl Sync for BootAllocator
impl Unpin for BootAllocator
impl UnwindSafe for BootAllocator
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more