Enum stm32wlxx_hal::pac::aes::cr::DATATYPE_A
#[repr(u8)]pub enum DATATYPE_A {
None = 0,
HalfWord = 1,
Byte = 2,
Bit = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Data type selection (for data in and data out to/from the cryptographic block)
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for DATATYPE_A
impl Clone for DATATYPE_A
§fn clone(&self) -> DATATYPE_A
fn clone(&self) -> DATATYPE_A
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 more§impl Debug for DATATYPE_A
impl Debug for DATATYPE_A
§impl PartialEq for DATATYPE_A
impl PartialEq for DATATYPE_A
§fn eq(&self, other: &DATATYPE_A) -> bool
fn eq(&self, other: &DATATYPE_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DATATYPE_A
impl StructuralPartialEq for DATATYPE_A
Auto Trait Implementations§
impl RefUnwindSafe for DATATYPE_A
impl Send for DATATYPE_A
impl Sync for DATATYPE_A
impl Unpin for DATATYPE_A
impl UnwindSafe for DATATYPE_A
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