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