Enum stm32_metapac::otfdec::vals::Enc
#[repr(u8)]pub enum Enc {
DECRYPTION = 0,
ENCRYPTION = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Enc
impl Ord for Enc
§impl PartialOrd for Enc
impl PartialOrd for Enc
impl Copy for Enc
impl Eq for Enc
impl StructuralPartialEq for Enc
Auto Trait Implementations§
impl Freeze for Enc
impl RefUnwindSafe for Enc
impl Send for Enc
impl Sync for Enc
impl Unpin for Enc
impl UnwindSafe for Enc
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
)