Struct RfBandInfo
#[repr(C)]pub struct RfBandInfo {
pub radio_if: RadioIf,
pub active_band: ActiveBand,
pub active_channel: u16,
}Fields§
§radio_if: RadioIf§active_band: ActiveBand§active_channel: u16Trait Implementations§
§impl Clone for RfBandInfo
impl Clone for RfBandInfo
§fn clone(&self) -> RfBandInfo
fn clone(&self) -> RfBandInfo
Returns a duplicate 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 moreimpl Copy for RfBandInfo
Auto Trait Implementations§
impl Freeze for RfBandInfo
impl RefUnwindSafe for RfBandInfo
impl Send for RfBandInfo
impl Sync for RfBandInfo
impl Unpin for RfBandInfo
impl UnwindSafe for RfBandInfo
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