Struct windows_sys::Win32::Networking::WinSock::ND_NEIGHBOR_SOLICIT_HEADER
#[repr(C)]pub struct ND_NEIGHBOR_SOLICIT_HEADER {
pub nd_ns_hdr: ICMP_MESSAGE,
pub nd_ns_target: IN6_ADDR,
}
Fields§
§nd_ns_hdr: ICMP_MESSAGE
§nd_ns_target: IN6_ADDR
Trait Implementations§
§impl Clone for ND_NEIGHBOR_SOLICIT_HEADER
impl Clone for ND_NEIGHBOR_SOLICIT_HEADER
impl Copy for ND_NEIGHBOR_SOLICIT_HEADER
Auto Trait Implementations§
impl RefUnwindSafe for ND_NEIGHBOR_SOLICIT_HEADER
impl Send for ND_NEIGHBOR_SOLICIT_HEADER
impl Sync for ND_NEIGHBOR_SOLICIT_HEADER
impl Unpin for ND_NEIGHBOR_SOLICIT_HEADER
impl UnwindSafe for ND_NEIGHBOR_SOLICIT_HEADER
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