Union windows_sys::Win32::Networking::WinSock::MLDV2_QUERY_HEADER_1
[−]#[repr(C)]
pub union MLDV2_QUERY_HEADER_1 {
pub QueriersQueryInterfaceCode: u8,
pub Anonymous: MLDV2_QUERY_HEADER_1_0,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
QueriersQueryInterfaceCode: u8
Anonymous: MLDV2_QUERY_HEADER_1_0
Trait Implementations
impl Clone for MLDV2_QUERY_HEADER_1
impl Clone for MLDV2_QUERY_HEADER_1
impl Copy for MLDV2_QUERY_HEADER_1
Auto Trait Implementations
impl RefUnwindSafe for MLDV2_QUERY_HEADER_1
impl Send for MLDV2_QUERY_HEADER_1
impl Sync for MLDV2_QUERY_HEADER_1
impl Unpin for MLDV2_QUERY_HEADER_1
impl UnwindSafe for MLDV2_QUERY_HEADER_1
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