Enum stm32_metapac::flash::vals::Obksize
#[repr(u8)]pub enum Obksize {
BITS32 = 0,
BITS64 = 1,
BITS128 = 2,
BITS256 = 3,
}
Variants§
BITS32 = 0
Key size is 32 bits.
BITS64 = 1
Key size is 64 bits.
BITS128 = 2
Key size is 128 bits.
BITS256 = 3
Key size is 256 bits.
Implementations§
Trait Implementations§
§impl Ord for Obksize
impl Ord for Obksize
§impl PartialOrd for Obksize
impl PartialOrd for Obksize
impl Copy for Obksize
impl Eq for Obksize
impl StructuralPartialEq for Obksize
Auto Trait Implementations§
impl Freeze for Obksize
impl RefUnwindSafe for Obksize
impl Send for Obksize
impl Sync for Obksize
impl Unpin for Obksize
impl UnwindSafe for Obksize
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)