struct Leaf<'a, ObjectID: FsVerityHashValue> {
content: &'a LeafContent<ObjectID>,
nlink: usize,
}Fields§
§content: &'a LeafContent<ObjectID>§nlink: usizeImplementations§
Source§impl<ObjectID: FsVerityHashValue> Leaf<'_, ObjectID>
impl<ObjectID: FsVerityHashValue> Leaf<'_, ObjectID>
fn inode_meta(&self) -> (DataLayout, u32, u64, usize)
fn write_inline(&self, output: &mut impl Output)
Trait Implementations§
Auto Trait Implementations§
impl<'a, ObjectID> Freeze for Leaf<'a, ObjectID>
impl<'a, ObjectID> RefUnwindSafe for Leaf<'a, ObjectID>where
ObjectID: RefUnwindSafe,
impl<'a, ObjectID> Send for Leaf<'a, ObjectID>
impl<'a, ObjectID> Sync for Leaf<'a, ObjectID>
impl<'a, ObjectID> Unpin for Leaf<'a, ObjectID>
impl<'a, ObjectID> UnwindSafe for Leaf<'a, ObjectID>where
ObjectID: RefUnwindSafe,
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