pub struct UpdateExtent {
pub path: BtrfsString,
pub file_offset: u64,
pub size: u64,
}
Fields§
§path: BtrfsString
§file_offset: u64
§size: u64
Trait Implementations§
Source§impl Clone for UpdateExtent
impl Clone for UpdateExtent
Source§fn clone(&self) -> UpdateExtent
fn clone(&self) -> UpdateExtent
Returns a copy 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 UpdateExtent
impl Debug for UpdateExtent
Source§impl Default for UpdateExtent
impl Default for UpdateExtent
Source§fn default() -> UpdateExtent
fn default() -> UpdateExtent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateExtent
impl RefUnwindSafe for UpdateExtent
impl Send for UpdateExtent
impl Sync for UpdateExtent
impl Unpin for UpdateExtent
impl UnwindSafe for UpdateExtent
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