Struct windows::Win32::Networking::WinSock::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 more§impl Debug for IN_RECVERR
impl Debug for IN_RECVERR
§impl PartialEq for IN_RECVERR
impl PartialEq for IN_RECVERR
§fn eq(&self, other: &IN_RECVERR) -> bool
fn eq(&self, other: &IN_RECVERR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IN_RECVERR
impl Eq for IN_RECVERR
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)