Enum stm32_metapac::pka::vals::Lmf
#[repr(u8)]pub enum Lmf {
ALL = 0,
LIMITED = 1,
}
Variants§
ALL = 0
All values documented in MODE bitfield can be used.
LIMITED = 1
Only ECDSA verification (MODE = 0x26) is supported by the PKA.
Implementations§
Trait Implementations§
§impl Ord for Lmf
impl Ord for Lmf
§impl PartialOrd for Lmf
impl PartialOrd for Lmf
impl Copy for Lmf
impl Eq for Lmf
impl StructuralPartialEq for Lmf
Auto Trait Implementations§
impl Freeze for Lmf
impl RefUnwindSafe for Lmf
impl Send for Lmf
impl Sync for Lmf
impl Unpin for Lmf
impl UnwindSafe for Lmf
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
)