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