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