Struct sgx_trts::libc::iovec[]

#[repr(C)]
pub struct iovec { pub iov_base: *mut c_void, pub iov_len: size_t, }

Fields

Trait Implementations

impl Copy for iovec

impl Clone for iovec

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for iovec

impl !Sync for iovec