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
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
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 UnsafeUnpin 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