#[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§
Source§impl Clone for sock_extended_err
impl Clone for sock_extended_err
Source§fn clone(&self) -> sock_extended_err
fn clone(&self) -> sock_extended_err
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for sock_extended_err
Auto Trait Implementations§
impl Freeze for sock_extended_err
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes