pub struct RxConfig {
pub rf: RfConfig,
pub mode: RxMode,
}Fields§
§rf: RfConfig§mode: RxModeTrait Implementations§
impl Copy for RxConfig
impl StructuralPartialEq for RxConfig
Auto Trait Implementations§
impl Freeze for RxConfig
impl RefUnwindSafe for RxConfig
impl Send for RxConfig
impl Sync for RxConfig
impl Unpin for RxConfig
impl UnwindSafe for RxConfig
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