Struct lora_phy::mod_params::DutyCycleParams
source · pub struct DutyCycleParams {
pub rx_time: u32,
pub sleep_time: u32,
}Expand description
Receive duty cycle parameters
Fields§
§rx_time: u32§sleep_time: u32Trait Implementations§
source§impl Clone for DutyCycleParams
impl Clone for DutyCycleParams
source§fn clone(&self) -> DutyCycleParams
fn clone(&self) -> DutyCycleParams
Returns a copy 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 DutyCycleParams
Auto Trait Implementations§
impl RefUnwindSafe for DutyCycleParams
impl Send for DutyCycleParams
impl Sync for DutyCycleParams
impl Unpin for DutyCycleParams
impl UnwindSafe for DutyCycleParams
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