pub struct RegularFileNode {
pub id: RegularFileId,
pub metadata: InodeMetadata,
pub xattrs: Vec<Xattr>,
pub data: FileData,
pub nlink: u32,
}Fields§
§id: RegularFileId§metadata: InodeMetadata§xattrs: Vec<Xattr>§data: FileData§nlink: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegularFileNode
impl RefUnwindSafe for RegularFileNode
impl Send for RegularFileNode
impl Sync for RegularFileNode
impl Unpin for RegularFileNode
impl UnsafeUnpin for RegularFileNode
impl UnwindSafe for RegularFileNode
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