Struct windows::Win32::Networking::WinSock::IPV6_OPTION_ROUTER_ALERT
#[repr(C)]pub struct IPV6_OPTION_ROUTER_ALERT {
pub Header: IPV6_OPTION_HEADER,
pub Value: [u8; 2],
}
Fields§
§Header: IPV6_OPTION_HEADER
§Value: [u8; 2]
Trait Implementations§
§impl Clone for IPV6_OPTION_ROUTER_ALERT
impl Clone for IPV6_OPTION_ROUTER_ALERT
§fn clone(&self) -> IPV6_OPTION_ROUTER_ALERT
fn clone(&self) -> IPV6_OPTION_ROUTER_ALERT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IPV6_OPTION_ROUTER_ALERT
impl Debug for IPV6_OPTION_ROUTER_ALERT
§impl Default for IPV6_OPTION_ROUTER_ALERT
impl Default for IPV6_OPTION_ROUTER_ALERT
§impl PartialEq for IPV6_OPTION_ROUTER_ALERT
impl PartialEq for IPV6_OPTION_ROUTER_ALERT
§fn eq(&self, other: &IPV6_OPTION_ROUTER_ALERT) -> bool
fn eq(&self, other: &IPV6_OPTION_ROUTER_ALERT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IPV6_OPTION_ROUTER_ALERT
impl Eq for IPV6_OPTION_ROUTER_ALERT
impl StructuralPartialEq for IPV6_OPTION_ROUTER_ALERT
Auto Trait Implementations§
impl Freeze for IPV6_OPTION_ROUTER_ALERT
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)