Struct windows_sys::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
impl Copy for IGMPV3_REPORT_HEADER
Auto Trait Implementations§
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