#[repr(u8)]pub enum PWRCTRL {
PowerOff = 0,
PowerOn = 3,
}
Expand description
PWRCTRL
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PWRCTRL
impl Eq for PWRCTRL
impl IsEnum for PWRCTRL
impl StructuralPartialEq for PWRCTRL
Auto Trait Implementations§
impl Freeze for PWRCTRL
impl RefUnwindSafe for PWRCTRL
impl Send for PWRCTRL
impl Sync for PWRCTRL
impl Unpin for PWRCTRL
impl UnwindSafe for PWRCTRL
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