pub struct CWChannel {
pub number: i64,
pub width: CWChannelWidth,
pub band: CWChannelBand,
}Fields§
§number: i64§width: CWChannelWidthSpecifies the width of this channel in MHz
band: CWChannelBandSpecifies the 2.4 or 5GHz band
Auto Trait Implementations§
impl Freeze for CWChannel
impl RefUnwindSafe for CWChannel
impl Send for CWChannel
impl Sync for CWChannel
impl Unpin for CWChannel
impl UnwindSafe for CWChannel
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