pub struct XATTR_HEAD { /* private fields */ }Expand description
Xattr representing the most recent BTRFS snapshot
These should be traversable backwards by accessing this xattr from each snapshot in the chain
Methods from Deref<Target = Xattr>§
pub fn to_osstring(&self) -> OsString
pub fn to_string(&self) -> String
pub fn len(&self) -> usize
pub fn to_minimal_string(&self) -> String
pub fn minimal_len(&self) -> usize
Trait Implementations§
Source§impl Deref for XATTR_HEAD
impl Deref for XATTR_HEAD
impl LazyStatic for XATTR_HEAD
Auto Trait Implementations§
impl Freeze for XATTR_HEAD
impl RefUnwindSafe for XATTR_HEAD
impl Send for XATTR_HEAD
impl Sync for XATTR_HEAD
impl Unpin for XATTR_HEAD
impl UnwindSafe for XATTR_HEAD
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