[][src]Struct linux_io_uring::opcode::Writev

pub struct Writev {
    pub fd: Target,
    pub iovec: *const iovec,
    pub len: u32,
    pub offset: i64,
    pub rw_flags: i32,
    // some fields omitted
}

Fields

fd: Targetiovec: *const ioveclen: u32offset: i64rw_flags: i32

Trait Implementations

impl From<Writev> for Entry[src]

impl Default for Writev[src]

Auto Trait Implementations

impl !Send for Writev

impl !Sync for Writev

impl Unpin for Writev

impl UnwindSafe for Writev

impl RefUnwindSafe for Writev

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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