Struct libc::sock_extended_err [−][src]
#[repr(C)]pub struct sock_extended_err { pub ee_errno: u32, pub ee_origin: u8, pub ee_type: u8, pub ee_code: u8, pub ee_pad: u8, pub ee_info: u32, pub ee_data: u32, }
Fields
ee_errno: u32ee_origin: u8ee_type: u8ee_code: u8ee_pad: u8ee_info: u32ee_data: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.