[][src]Struct linux_sys::fsxattr

#[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

impl Clone for fsxattr[src]

impl Copy for fsxattr[src]

impl Debug for fsxattr[src]

impl Default for fsxattr[src]

Auto Trait Implementations

impl RefUnwindSafe for fsxattr

impl Send for fsxattr

impl Sync for fsxattr

impl Unpin for fsxattr

impl UnwindSafe for fsxattr

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.