Struct ghee::XATTR_TABLE_INFO
source · pub struct XATTR_TABLE_INFO { /* private fields */ }Expand description
Where we store everything we know about a table
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_TABLE_INFO
impl Deref for XATTR_TABLE_INFO
impl LazyStatic for XATTR_TABLE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for XATTR_TABLE_INFO
impl Send for XATTR_TABLE_INFO
impl Sync for XATTR_TABLE_INFO
impl Unpin for XATTR_TABLE_INFO
impl UnwindSafe for XATTR_TABLE_INFO
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