Struct esp32c2_hal::radio::LowRate
source · pub struct LowRate { /* private fields */ }
Expand description
IEEE 802.15.4 Low rate wireless personal area radio
Implementations§
Trait Implementations§
source§impl Peripheral for LowRate
impl Peripheral for LowRate
Auto Trait Implementations§
impl RefUnwindSafe for LowRate
impl Send for LowRate
impl Sync for LowRate
impl Unpin for LowRate
impl UnwindSafe for LowRate
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