#[repr(C)]pub struct file_attr {
pub fa_xflags: __u64,
pub fa_extsize: __u32,
pub fa_nextents: __u32,
pub fa_projid: __u32,
pub fa_cowextsize: __u32,
}Fields§
§fa_xflags: __u64§fa_extsize: __u32§fa_nextents: __u32§fa_projid: __u32§fa_cowextsize: __u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for file_attr
impl RefUnwindSafe for file_attr
impl Send for file_attr
impl Sync for file_attr
impl Unpin for file_attr
impl UnwindSafe for file_attr
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