#[repr(C)]pub struct MLDV2_REPORT_RECORD_HEADER {
pub Type: u8,
pub AuxillaryDataLength: u8,
pub SourceCount: u16,
pub MulticastAddress: IN6_ADDR,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
Type: u8
AuxillaryDataLength: u8
SourceCount: u16
MulticastAddress: IN6_ADDR
Trait Implementations
impl Clone for MLDV2_REPORT_RECORD_HEADER
impl Clone for MLDV2_REPORT_RECORD_HEADER
impl Copy for MLDV2_REPORT_RECORD_HEADER
Auto Trait Implementations
impl RefUnwindSafe for MLDV2_REPORT_RECORD_HEADER
impl Send for MLDV2_REPORT_RECORD_HEADER
impl Sync for MLDV2_REPORT_RECORD_HEADER
impl Unpin for MLDV2_REPORT_RECORD_HEADER
impl UnwindSafe for MLDV2_REPORT_RECORD_HEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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