pub struct RfBandEntry {
pub frequency_hz: u32,
pub bandwidth: u16,
pub info: u8,
}Expand description
One RF mitigation band entry (RFBand in SBF).
Fields§
§frequency_hz: u32§bandwidth: u16§info: u8Trait Implementations§
Source§impl Clone for RfBandEntry
impl Clone for RfBandEntry
Source§fn clone(&self) -> RfBandEntry
fn clone(&self) -> RfBandEntry
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 moreAuto Trait Implementations§
impl Freeze for RfBandEntry
impl RefUnwindSafe for RfBandEntry
impl Send for RfBandEntry
impl Sync for RfBandEntry
impl Unpin for RfBandEntry
impl UnsafeUnpin for RfBandEntry
impl UnwindSafe for RfBandEntry
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