Struct linux_raw_sys::v5_4::general::fsxattr [−][src]
#[repr(C)]pub struct fsxattr { pub fsx_xflags: __u32, pub fsx_extsize: __u32, pub fsx_nextents: __u32, pub fsx_projid: __u32, pub fsx_cowextsize: __u32, pub fsx_pad: [c_uchar; 8], }
Fields
fsx_xflags: __u32fsx_extsize: __u32fsx_nextents: __u32fsx_projid: __u32fsx_cowextsize: __u32fsx_pad: [c_uchar; 8]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fsxattrimpl UnwindSafe for fsxattrBlanket Implementations
Mutably borrows from an owned value. Read more