Struct IN_RECVERR
#[repr(C)]pub struct IN_RECVERR {
pub protocol: IPPROTO,
pub info: u32,
pub type: u8,
pub code: u8,
}
Fields§
§protocol: IPPROTO
§info: u32
§type: u8
§code: u8
Trait Implementations§
§impl Clone for IN_RECVERR
impl Clone for IN_RECVERR
§fn clone(&self) -> IN_RECVERR
fn clone(&self) -> IN_RECVERR
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 IN_RECVERR
Auto Trait Implementations§
impl Freeze for IN_RECVERR
impl RefUnwindSafe for IN_RECVERR
impl Send for IN_RECVERR
impl Sync for IN_RECVERR
impl Unpin for IN_RECVERR
impl UnwindSafe for IN_RECVERR
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