pub struct RefBlockEntry(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RefBlockEntry
impl Clone for RefBlockEntry
Source§fn clone(&self) -> RefBlockEntry
fn clone(&self) -> RefBlockEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RefBlockEntry
impl Debug for RefBlockEntry
Source§impl Default for RefBlockEntry
impl Default for RefBlockEntry
Source§fn default() -> RefBlockEntry
fn default() -> RefBlockEntry
Returns the “default value” for a type. Read more
Source§impl Display for RefBlockEntry
impl Display for RefBlockEntry
Source§impl TableEntry for RefBlockEntry
impl TableEntry for RefBlockEntry
fn try_from_plain(value: u64, _qcow2_info: &Qcow2Info) -> Qcow2Result<Self>
fn into_plain(self) -> u64
impl Copy for RefBlockEntry
Auto Trait Implementations§
impl Freeze for RefBlockEntry
impl RefUnwindSafe for RefBlockEntry
impl Send for RefBlockEntry
impl Sync for RefBlockEntry
impl Unpin for RefBlockEntry
impl UnwindSafe for RefBlockEntry
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