Struct windows_sys::Win32::Networking::WinSock::IGMP_HEADER
[−]#[repr(C)]pub struct IGMP_HEADER {
pub Anonymous1: IGMP_HEADER_0,
pub Anonymous2: IGMP_HEADER_1,
pub Checksum: u16,
pub MulticastAddress: IN_ADDR,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
Anonymous1: IGMP_HEADER_0
Anonymous2: IGMP_HEADER_1
Checksum: u16
MulticastAddress: IN_ADDR
Trait Implementations
impl Clone for IGMP_HEADER
impl Clone for IGMP_HEADER
impl Copy for IGMP_HEADER
Auto Trait Implementations
impl RefUnwindSafe for IGMP_HEADER
impl Send for IGMP_HEADER
impl Sync for IGMP_HEADER
impl Unpin for IGMP_HEADER
impl UnwindSafe for IGMP_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