pub enum Backing {
Zeroed,
Uninit,
Anon(PhysAddr),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Backing
impl RefUnwindSafe for Backing
impl Send for Backing
impl Sync for Backing
impl Unpin for Backing
impl UnwindSafe for Backing
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