#[repr(C)]pub union cmd_flags {
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,
}Fields§
§rw_flags: c_int§fsync_flags: __u32§poll_events: __u16§sync_range_flags: __u32§msg_flags: __u32§timeout_flags: __u32§accept_flags: __u32§cancel_flags: __u32§open_flags: __u32§statx_flags: __u32§fadvise_advice: __u32§splice_flags: __u32Auto Trait Implementations§
impl Freeze for cmd_flags
impl RefUnwindSafe for cmd_flags
impl Send for cmd_flags
impl Sync for cmd_flags
impl Unpin for cmd_flags
impl UnwindSafe for cmd_flags
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