Struct windows_sys::Win32::Networking::WinSock::IN_RECVERR
[−]#[repr(C)]pub struct IN_RECVERR {
pub protocol: IPPROTO,
pub info: u32,
pub type: u8,
pub code: u8,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
protocol: IPPROTO
info: u32
type: u8
code: u8
Trait Implementations
impl Clone for IN_RECVERR
impl Clone for IN_RECVERR
impl Copy for IN_RECVERR
Auto Trait Implementations
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
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