Struct esp_hal::peripherals::IEEE802154
source · pub struct IEEE802154 { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for IEEE802154
impl Debug for IEEE802154
source§impl Peripheral for IEEE802154
impl Peripheral for IEEE802154
§type P = IEEE802154
type P = IEEE802154
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> Self::P
unsafe fn clone_unchecked(&mut self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for IEEE802154
impl RefUnwindSafe for IEEE802154
impl Send for IEEE802154
impl Sync for IEEE802154
impl Unpin for IEEE802154
impl UnwindSafe for IEEE802154
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