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