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