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