pub struct XChannel {
pub flags: XChannelFlags,
pub freq: u16,
pub channel: u8,
pub max_power: u8,
}Expand description
Extended channel information.
Fields§
§flags: XChannelFlagsThe channel flags.
freq: u16The frequency in MHz.
channel: u8The channel number.
max_power: u8The max power.
Trait Implementations§
impl Copy for XChannel
impl Eq for XChannel
impl StructuralPartialEq for XChannel
Auto Trait Implementations§
impl Freeze for XChannel
impl RefUnwindSafe for XChannel
impl Send for XChannel
impl Sync for XChannel
impl Unpin for XChannel
impl UnwindSafe for XChannel
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