pub struct InodeFlags(/* private fields */);Expand description
Flags of the inode.
Implementations§
Source§impl InodeFlags
impl InodeFlags
Trait Implementations§
Source§impl Clone for InodeFlags
impl Clone for InodeFlags
Source§fn clone(&self) -> InodeFlags
fn clone(&self) -> InodeFlags
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 Debug for InodeFlags
impl Debug for InodeFlags
impl Copy for InodeFlags
Auto Trait Implementations§
impl Freeze for InodeFlags
impl RefUnwindSafe for InodeFlags
impl Send for InodeFlags
impl Sync for InodeFlags
impl Unpin for InodeFlags
impl UnwindSafe for InodeFlags
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