pub struct RfConfig {
pub frequency: u32,
pub bb: BaseBandModulationParams,
}Fields§
§frequency: u32§bb: BaseBandModulationParamsTrait Implementations§
impl Copy for RfConfig
impl StructuralPartialEq for RfConfig
Auto Trait Implementations§
impl Freeze for RfConfig
impl RefUnwindSafe for RfConfig
impl Send for RfConfig
impl Sync for RfConfig
impl Unpin for RfConfig
impl UnwindSafe for RfConfig
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