Struct lora_phy::mod_params::ModulationParams
source · pub struct ModulationParams { /* private fields */ }Expand description
Modulation parameters for a send and/or receive communication channel
Auto Trait Implementations§
impl RefUnwindSafe for ModulationParams
impl Send for ModulationParams
impl Sync for ModulationParams
impl Unpin for ModulationParams
impl UnwindSafe for ModulationParams
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