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