Struct windows::Win32::Networking::WinSock::NL_PREFIX_ORIGIN
#[repr(transparent)]pub struct NL_PREFIX_ORIGIN(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NL_PREFIX_ORIGIN
impl Clone for NL_PREFIX_ORIGIN
§fn clone(&self) -> NL_PREFIX_ORIGIN
fn clone(&self) -> NL_PREFIX_ORIGIN
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 NL_PREFIX_ORIGIN
impl Debug for NL_PREFIX_ORIGIN
§impl Default for NL_PREFIX_ORIGIN
impl Default for NL_PREFIX_ORIGIN
§fn default() -> NL_PREFIX_ORIGIN
fn default() -> NL_PREFIX_ORIGIN
Returns the “default value” for a type. Read more
§impl PartialEq for NL_PREFIX_ORIGIN
impl PartialEq for NL_PREFIX_ORIGIN
§fn eq(&self, other: &NL_PREFIX_ORIGIN) -> bool
fn eq(&self, other: &NL_PREFIX_ORIGIN) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NL_PREFIX_ORIGIN
impl Eq for NL_PREFIX_ORIGIN
impl StructuralPartialEq for NL_PREFIX_ORIGIN
Auto Trait Implementations§
impl Freeze for NL_PREFIX_ORIGIN
impl RefUnwindSafe for NL_PREFIX_ORIGIN
impl Send for NL_PREFIX_ORIGIN
impl Sync for NL_PREFIX_ORIGIN
impl Unpin for NL_PREFIX_ORIGIN
impl UnwindSafe for NL_PREFIX_ORIGIN
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
)