pub struct RFC_PWR { /* private fields */ }Expand description
RF core power management This module contains clock control for all RF core sub-modules.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RFC_PWR
impl RefUnwindSafe for RFC_PWR
impl !Sync for RFC_PWR
impl Unpin for RFC_PWR
impl UnwindSafe for RFC_PWR
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