Struct windows::Win32::Networking::WinSock::IGMPV3_REPORT_HEADER
#[repr(C)]pub struct IGMPV3_REPORT_HEADER {
pub Type: u8,
pub Reserved: u8,
pub Checksum: u16,
pub Reserved2: u16,
pub RecordCount: u16,
}
Fields§
§Type: u8
§Reserved: u8
§Checksum: u16
§Reserved2: u16
§RecordCount: u16
Trait Implementations§
§impl Clone for IGMPV3_REPORT_HEADER
impl Clone for IGMPV3_REPORT_HEADER
§fn clone(&self) -> IGMPV3_REPORT_HEADER
fn clone(&self) -> IGMPV3_REPORT_HEADER
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 IGMPV3_REPORT_HEADER
impl Debug for IGMPV3_REPORT_HEADER
§impl Default for IGMPV3_REPORT_HEADER
impl Default for IGMPV3_REPORT_HEADER
§impl PartialEq for IGMPV3_REPORT_HEADER
impl PartialEq for IGMPV3_REPORT_HEADER
§fn eq(&self, other: &IGMPV3_REPORT_HEADER) -> bool
fn eq(&self, other: &IGMPV3_REPORT_HEADER) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IGMPV3_REPORT_HEADER
impl Eq for IGMPV3_REPORT_HEADER
impl StructuralPartialEq for IGMPV3_REPORT_HEADER
Auto Trait Implementations§
impl Freeze for IGMPV3_REPORT_HEADER
impl RefUnwindSafe for IGMPV3_REPORT_HEADER
impl Send for IGMPV3_REPORT_HEADER
impl Sync for IGMPV3_REPORT_HEADER
impl Unpin for IGMPV3_REPORT_HEADER
impl UnwindSafe for IGMPV3_REPORT_HEADER
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
)