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