#[repr(C)]pub struct ChannelBandwidth(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl BitAnd for ChannelBandwidth
impl BitAnd for ChannelBandwidth
Source§impl BitAndAssign for ChannelBandwidth
impl BitAndAssign for ChannelBandwidth
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for ChannelBandwidth
impl BitOr for ChannelBandwidth
Source§impl BitOrAssign for ChannelBandwidth
impl BitOrAssign for ChannelBandwidth
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for ChannelBandwidth
impl BitXor for ChannelBandwidth
Source§impl BitXorAssign for ChannelBandwidth
impl BitXorAssign 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 for ChannelBandwidth
impl PartialEq for ChannelBandwidth
impl Copy for ChannelBandwidth
impl Eq for ChannelBandwidth
impl StructuralPartialEq for ChannelBandwidth
Auto Trait Implementations§
impl Freeze for ChannelBandwidth
impl RefUnwindSafe for ChannelBandwidth
impl Send for ChannelBandwidth
impl Sync for ChannelBandwidth
impl Unpin for ChannelBandwidth
impl UnwindSafe for ChannelBandwidth
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§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
)