pub struct LoRaControl { /* private fields */ }Expand description
Implementations§
Source§impl LoRaControl
impl LoRaControl
pub const fn new() -> Self
pub fn signal(&self, profile: RadioProfile)
pub async fn apply(&self, profile: RadioProfile) -> LoRaApplyOutcome
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LoRaControl
impl !RefUnwindSafe for LoRaControl
impl Send for LoRaControl
impl Sync for LoRaControl
impl Unpin for LoRaControl
impl UnsafeUnpin for LoRaControl
impl UnwindSafe for LoRaControl
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