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