pub struct Clone {
pub path: BtrfsString,
pub file_offset: u64,
pub clone_len: u64,
pub clone_uuid: Uuid,
pub clone_ctransid: u64,
pub clone_path: BtrfsString,
pub clone_offset: u64,
}
Fields§
§path: BtrfsString
§file_offset: u64
§clone_len: u64
§clone_uuid: Uuid
§clone_ctransid: u64
§clone_path: BtrfsString
§clone_offset: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Clone
impl RefUnwindSafe for Clone
impl Send for Clone
impl Sync for Clone
impl Unpin for Clone
impl UnwindSafe for Clone
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