pub struct XattrEntry<'it> { /* private fields */ }
Implementations§
Source§impl<'file> XattrEntry<'file>
impl<'file> XattrEntry<'file>
Sourcepub fn is_indirect(&self) -> bool
pub fn is_indirect(&self) -> bool
Retrieves whether the current entry is indirect.
Auto Trait Implementations§
impl<'it> Freeze for XattrEntry<'it>
impl<'it> RefUnwindSafe for XattrEntry<'it>
impl<'it> Send for XattrEntry<'it>
impl<'it> Sync for XattrEntry<'it>
impl<'it> Unpin for XattrEntry<'it>
impl<'it> UnwindSafe for XattrEntry<'it>
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