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: u32
ee_origin: u8
ee_type: u8
ee_code: u8
ee_pad: u8
ee_info: u32
ee_data: u32
Trait 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
sourceimpl Debug for sock_extended_err
impl Debug for sock_extended_err
sourceimpl Hash for sock_extended_err
impl Hash for sock_extended_err
sourceimpl PartialEq<sock_extended_err> for sock_extended_err
impl PartialEq<sock_extended_err> for sock_extended_err
sourcefn eq(&self, other: &sock_extended_err) -> bool
fn eq(&self, other: &sock_extended_err) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &sock_extended_err) -> bool
fn ne(&self, other: &sock_extended_err) -> bool
This method tests for !=
.
impl Copy for sock_extended_err
impl Eq for sock_extended_err
impl StructuralEq for sock_extended_err
impl StructuralPartialEq 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