#[repr(u32)]pub enum Wpkeyselect {
Passwd = 5_260_099,
}
Expand description
Write Protection Key
Value on reset: 0
Variants§
Passwd = 5_260_099
5260099: Write Protection Key
Trait Implementations§
Source§impl Clone for Wpkeyselect
impl Clone for Wpkeyselect
Source§fn clone(&self) -> Wpkeyselect
fn clone(&self) -> Wpkeyselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Wpkeyselect
impl Debug for Wpkeyselect
Source§impl From<Wpkeyselect> for u32
impl From<Wpkeyselect> for u32
Source§fn from(variant: Wpkeyselect) -> Self
fn from(variant: Wpkeyselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Wpkeyselect
impl PartialEq for Wpkeyselect
impl Copy for Wpkeyselect
impl Eq for Wpkeyselect
impl IsEnum for Wpkeyselect
impl StructuralPartialEq for Wpkeyselect
Auto Trait Implementations§
impl Freeze for Wpkeyselect
impl RefUnwindSafe for Wpkeyselect
impl Send for Wpkeyselect
impl Sync for Wpkeyselect
impl Unpin for Wpkeyselect
impl UnwindSafe for Wpkeyselect
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