Enum stm32_metapac::fmc::vals::Eccps
#[repr(u8)]pub enum Eccps {
BYTES256 = 0,
BYTES512 = 1,
BYTES1024 = 2,
BYTES2048 = 3,
BYTES4096 = 4,
BYTES8192 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
BYTES256 = 0
ECC page size 256 bytes
BYTES512 = 1
ECC page size 512 bytes
BYTES1024 = 2
ECC page size 1024 bytes
BYTES2048 = 3
ECC page size 2048 bytes
BYTES4096 = 4
ECC page size 4096 bytes
BYTES8192 = 5
ECC page size 8192 bytes
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Eccps
impl Ord for Eccps
§impl PartialOrd for Eccps
impl PartialOrd for Eccps
§fn partial_cmp(&self, other: &Eccps) -> Option<Ordering>
fn partial_cmp(&self, other: &Eccps) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Eccps
impl Eq for Eccps
impl StructuralEq for Eccps
impl StructuralPartialEq for Eccps
Auto Trait Implementations§
impl RefUnwindSafe for Eccps
impl Send for Eccps
impl Sync for Eccps
impl Unpin for Eccps
impl UnwindSafe for Eccps
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