struct InodeXAttrs {
shared: Vec<usize>,
local: Vec<XAttr>,
filter: u32,
}Fields§
§local: Vec<XAttr>§filter: u32Implementations§
Trait Implementations§
Source§impl Clone for InodeXAttrs
impl Clone for InodeXAttrs
Source§fn clone(&self) -> InodeXAttrs
fn clone(&self) -> InodeXAttrs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for InodeXAttrs
impl Default for InodeXAttrs
Source§fn default() -> InodeXAttrs
fn default() -> InodeXAttrs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InodeXAttrs
impl RefUnwindSafe for InodeXAttrs
impl Send for InodeXAttrs
impl Sync for InodeXAttrs
impl Unpin for InodeXAttrs
impl UnwindSafe for InodeXAttrs
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