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