#[repr(u8)]pub enum IpedSwreset {
VAL0 = 0,
VAL1 = 1,
}Variants§
VAL0 = 0
No function.
VAL1 = 1
Aborts current decryption or encryption and waits for the next start operation.
Implementations§
Source§impl IpedSwreset
impl IpedSwreset
Trait Implementations§
Source§impl Clone for IpedSwreset
impl Clone for IpedSwreset
Source§fn clone(&self) -> IpedSwreset
fn clone(&self) -> IpedSwreset
Returns a duplicate 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 moreSource§impl Debug for IpedSwreset
impl Debug for IpedSwreset
Source§impl From<IpedSwreset> for u8
impl From<IpedSwreset> for u8
Source§fn from(val: IpedSwreset) -> u8
fn from(val: IpedSwreset) -> u8
Converts to this type from the input type.
Source§impl From<u8> for IpedSwreset
impl From<u8> for IpedSwreset
Source§fn from(val: u8) -> IpedSwreset
fn from(val: u8) -> IpedSwreset
Converts to this type from the input type.
Source§impl Ord for IpedSwreset
impl Ord for IpedSwreset
Source§fn cmp(&self, other: &IpedSwreset) -> Ordering
fn cmp(&self, other: &IpedSwreset) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IpedSwreset
impl PartialEq for IpedSwreset
Source§impl PartialOrd for IpedSwreset
impl PartialOrd for IpedSwreset
impl Copy for IpedSwreset
impl Eq for IpedSwreset
impl StructuralPartialEq for IpedSwreset
Auto Trait Implementations§
impl Freeze for IpedSwreset
impl RefUnwindSafe for IpedSwreset
impl Send for IpedSwreset
impl Sync for IpedSwreset
impl Unpin for IpedSwreset
impl UnwindSafe for IpedSwreset
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