Struct windows_sys::Win32::Networking::WinSock::MLDV2_QUERY_HEADER
[−]#[repr(C)]pub struct MLDV2_QUERY_HEADER {
pub IcmpHeader: ICMP_HEADER,
pub Anonymous1: MLDV2_QUERY_HEADER_0,
pub Reserved: u16,
pub MulticastAddress: IN6_ADDR,
pub _bitfield: u8,
pub Anonymous2: MLDV2_QUERY_HEADER_1,
pub SourceCount: u16,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
IcmpHeader: ICMP_HEADER
Anonymous1: MLDV2_QUERY_HEADER_0
Reserved: u16
MulticastAddress: IN6_ADDR
_bitfield: u8
Anonymous2: MLDV2_QUERY_HEADER_1
SourceCount: u16
Trait Implementations
impl Clone for MLDV2_QUERY_HEADER
impl Clone for MLDV2_QUERY_HEADER
impl Copy for MLDV2_QUERY_HEADER
Auto Trait Implementations
impl RefUnwindSafe for MLDV2_QUERY_HEADER
impl Send for MLDV2_QUERY_HEADER
impl Sync for MLDV2_QUERY_HEADER
impl Unpin for MLDV2_QUERY_HEADER
impl UnwindSafe for MLDV2_QUERY_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