[][src]Union syscall::io_uring::linux::cmd_flags

#[repr(C)]pub union cmd_flags {
    pub rw_flags: i32,
    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,
}

Fields

rw_flags: i32fsync_flags: u32poll_events: u16sync_range_flags: u32msg_flags: u32timeout_flags: u32accept_flags: u32cancel_flags: u32

Auto Trait Implementations

impl Send for cmd_flags

impl Sync for cmd_flags

impl Unpin for cmd_flags

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, 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.