#[repr(C)]pub struct ND_NEIGHBOR_ADVERT_HEADER {
pub nd_na_hdr: ICMP_MESSAGE,
pub nd_na_target: IN6_ADDR,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
nd_na_hdr: ICMP_MESSAGE
nd_na_target: IN6_ADDR
Trait Implementations
impl Clone for ND_NEIGHBOR_ADVERT_HEADER
impl Clone for ND_NEIGHBOR_ADVERT_HEADER
impl Copy for ND_NEIGHBOR_ADVERT_HEADER
Auto Trait Implementations
impl RefUnwindSafe for ND_NEIGHBOR_ADVERT_HEADER
impl Send for ND_NEIGHBOR_ADVERT_HEADER
impl Sync for ND_NEIGHBOR_ADVERT_HEADER
impl Unpin for ND_NEIGHBOR_ADVERT_HEADER
impl UnwindSafe for ND_NEIGHBOR_ADVERT_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