#[repr(C)]
pub union cmd_flags {
Show 15 fields pub rw_flags: c_int, pub fsync_flags: __u32, pub poll_events: __u16, pub sync_range_flags: __u32, pub msg_flags: __u32, pub timeout_flags: __u32, pub accept_flags: __u32, pub cancel_flags: __u32, pub open_flags: __u32, pub statx_flags: __u32, pub fadvise_advice: __u32, pub splice_flags: __u32, pub rename_flags: __u32, pub unlink_flags: __u32, pub hardlink_flags: __u32,
}

Fields

rw_flags: c_intfsync_flags: __u32poll_events: __u16sync_range_flags: __u32msg_flags: __u32timeout_flags: __u32accept_flags: __u32cancel_flags: __u32open_flags: __u32statx_flags: __u32fadvise_advice: __u32splice_flags: __u32rename_flags: __u32unlink_flags: __u32hardlink_flags: __u32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.