Struct windows_sys::Win32::Networking::WinSock::ND_ROUTER_SOLICIT_HEADER
[−]#[repr(C)]pub struct ND_ROUTER_SOLICIT_HEADER {
pub nd_rs_hdr: ICMP_MESSAGE,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
nd_rs_hdr: ICMP_MESSAGE
Trait Implementations
impl Clone for ND_ROUTER_SOLICIT_HEADER
impl Clone for ND_ROUTER_SOLICIT_HEADER
impl Copy for ND_ROUTER_SOLICIT_HEADER
Auto Trait Implementations
impl RefUnwindSafe for ND_ROUTER_SOLICIT_HEADER
impl Send for ND_ROUTER_SOLICIT_HEADER
impl Sync for ND_ROUTER_SOLICIT_HEADER
impl Unpin for ND_ROUTER_SOLICIT_HEADER
impl UnwindSafe for ND_ROUTER_SOLICIT_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