struct BsFrameAlloc;Expand description
UEFI-backed frame allocator: hands out zeroed 4 KiB frames.
Trait Implementations§
Source§impl FrameAlloc for BsFrameAlloc
impl FrameAlloc for BsFrameAlloc
Auto Trait Implementations§
impl Freeze for BsFrameAlloc
impl RefUnwindSafe for BsFrameAlloc
impl Send for BsFrameAlloc
impl Sync for BsFrameAlloc
impl Unpin for BsFrameAlloc
impl UnwindSafe for BsFrameAlloc
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