Struct banjo_fuchsia_wlan_common::PowerSaveType
source · #[repr(C)]pub struct PowerSaveType(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl PowerSaveType
impl PowerSaveType
pub const PS_MODE_ULTRA_LOW_POWER: Self = _
pub const PS_MODE_LOW_POWER: Self = _
pub const PS_MODE_BALANCED: Self = _
pub const PS_MODE_PERFORMANCE: Self = _
Trait Implementations§
source§impl BitAnd<PowerSaveType> for PowerSaveType
impl BitAnd<PowerSaveType> for PowerSaveType
source§impl BitAndAssign<PowerSaveType> for PowerSaveType
impl BitAndAssign<PowerSaveType> for PowerSaveType
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr<PowerSaveType> for PowerSaveType
impl BitOr<PowerSaveType> for PowerSaveType
source§impl BitOrAssign<PowerSaveType> for PowerSaveType
impl BitOrAssign<PowerSaveType> for PowerSaveType
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor<PowerSaveType> for PowerSaveType
impl BitXor<PowerSaveType> for PowerSaveType
source§impl BitXorAssign<PowerSaveType> for PowerSaveType
impl BitXorAssign<PowerSaveType> for PowerSaveType
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for PowerSaveType
impl Clone for PowerSaveType
source§fn clone(&self) -> PowerSaveType
fn clone(&self) -> PowerSaveType
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 moresource§impl Debug for PowerSaveType
impl Debug for PowerSaveType
source§impl PartialEq<PowerSaveType> for PowerSaveType
impl PartialEq<PowerSaveType> for PowerSaveType
source§fn eq(&self, other: &PowerSaveType) -> bool
fn eq(&self, other: &PowerSaveType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.