Struct windows_sys::Win32::Networking::WinSock::ND_OPTION_MTU
#[repr(C)]pub struct ND_OPTION_MTU {
pub nd_opt_mtu_type: u8,
pub nd_opt_mtu_len: u8,
pub nd_opt_mtu_reserved: u16,
pub nd_opt_mtu_mtu: u32,
}
Fields§
§nd_opt_mtu_type: u8
§nd_opt_mtu_len: u8
§nd_opt_mtu_reserved: u16
§nd_opt_mtu_mtu: u32
Trait Implementations§
§impl Clone for ND_OPTION_MTU
impl Clone for ND_OPTION_MTU
impl Copy for ND_OPTION_MTU
Auto Trait Implementations§
impl RefUnwindSafe for ND_OPTION_MTU
impl Send for ND_OPTION_MTU
impl Sync for ND_OPTION_MTU
impl Unpin for ND_OPTION_MTU
impl UnwindSafe for ND_OPTION_MTU
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