Union windows_sys::Win32::Networking::WinSock::IGMP_HEADER_1
#[repr(C)]
pub union IGMP_HEADER_1 {
pub Reserved: u8,
pub MaxRespTime: u8,
pub Code: u8,
}
Fields§
§Reserved: u8
§MaxRespTime: u8
§Code: u8
Trait Implementations§
§impl Clone for IGMP_HEADER_1
impl Clone for IGMP_HEADER_1
impl Copy for IGMP_HEADER_1
Auto Trait Implementations§
impl RefUnwindSafe for IGMP_HEADER_1
impl Send for IGMP_HEADER_1
impl Sync for IGMP_HEADER_1
impl Unpin for IGMP_HEADER_1
impl UnwindSafe for IGMP_HEADER_1
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