pub enum Cbw {
Cbw20,
Cbw40,
Cbw40Below,
Cbw80,
Cbw160,
Cbw80P80 {
secondary80: u8,
},
}
Expand description
Channel bandwidth. Cbw80P80 requires the specification of channel index corresponding to the center frequency of the secondary consecutive frequency segment.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Cbw
impl Ord for Cbw
Source§impl PartialOrd for Cbw
impl PartialOrd for Cbw
impl Copy for Cbw
impl Eq for Cbw
impl StructuralPartialEq for Cbw
Auto Trait Implementations§
impl Freeze for Cbw
impl RefUnwindSafe for Cbw
impl Send for Cbw
impl Sync for Cbw
impl Unpin for Cbw
impl UnwindSafe for Cbw
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
)