pub struct UuidItem {
pub subvol_ids: Vec<u64>,
}Expand description
UUID tree entry mapping a subvolume UUID to its objectid(s).
Key: (upper_half_of_uuid, UUID_KEY_SUBVOL, lower_half_of_uuid).
Fields§
§subvol_ids: Vec<u64>Subvolume objectids associated with this UUID.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UuidItem
impl RefUnwindSafe for UuidItem
impl Send for UuidItem
impl Sync for UuidItem
impl Unpin for UuidItem
impl UnsafeUnpin for UuidItem
impl UnwindSafe for UuidItem
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