pub struct L1Entry(/* private fields */);Implementations§
Trait Implementations§
Source§impl TableEntry for L1Entry
impl TableEntry for L1Entry
fn try_from_plain(value: u64, qcow2_info: &Qcow2Info) -> Qcow2Result<Self>
fn into_plain(self) -> u64
impl Copy for L1Entry
Auto Trait Implementations§
impl Freeze for L1Entry
impl RefUnwindSafe for L1Entry
impl Send for L1Entry
impl Sync for L1Entry
impl Unpin for L1Entry
impl UnwindSafe for L1Entry
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