Struct libc::sock_extended_err 
source · [−]#[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
sourceimpl Clone for sock_extended_err
 
impl Clone for sock_extended_err
sourcefn clone(&self) -> sock_extended_err
 
fn clone(&self) -> sock_extended_err
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for sock_extended_err
Auto Trait Implementations
impl RefUnwindSafe for sock_extended_err
impl Send for sock_extended_err
impl Sync for sock_extended_err
impl Unpin for sock_extended_err
impl UnwindSafe for sock_extended_err
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more