Struct windows_sys::Win32::Networking::WinSock::MLDV2_REPORT_HEADER
#[repr(C)]pub struct MLDV2_REPORT_HEADER {
pub IcmpHeader: ICMP_HEADER,
pub Reserved: u16,
pub RecordCount: u16,
}
Fields§
§IcmpHeader: ICMP_HEADER
§Reserved: u16
§RecordCount: u16
Trait Implementations§
§impl Clone for MLDV2_REPORT_HEADER
impl Clone for MLDV2_REPORT_HEADER
impl Copy for MLDV2_REPORT_HEADER
Auto Trait Implementations§
impl RefUnwindSafe for MLDV2_REPORT_HEADER
impl Send for MLDV2_REPORT_HEADER
impl Sync for MLDV2_REPORT_HEADER
impl Unpin for MLDV2_REPORT_HEADER
impl UnwindSafe for MLDV2_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