Struct windows_sys::Win32::Networking::WinSock::MLDV2_REPORT_RECORD_HEADER
#[repr(C)]pub struct MLDV2_REPORT_RECORD_HEADER {
pub Type: u8,
pub AuxillaryDataLength: u8,
pub SourceCount: u16,
pub MulticastAddress: IN6_ADDR,
}
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§
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