Type Alias cyclors::ddsrt_msghdr_t

source ·
pub type ddsrt_msghdr_t = msghdr;

Aliased Type§

struct ddsrt_msghdr_t {
    pub msg_name: *mut c_void,
    pub msg_namelen: u32,
    pub msg_iov: *mut iovec,
    pub msg_iovlen: usize,
    pub msg_control: *mut c_void,
    pub msg_controllen: usize,
    pub msg_flags: i32,
}

Fields§

§msg_name: *mut c_void§msg_namelen: u32§msg_iov: *mut iovec§msg_iovlen: usize§msg_control: *mut c_void§msg_controllen: usize§msg_flags: i32

Trait Implementations§

source§

impl Clone for msghdr

source§

fn clone(&self) -> msghdr

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for msghdr

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for msghdr