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