#[repr(u8)]pub enum SecErrResp {
SEC_ERR_RESP_0 = 0,
SEC_ERR_RESP_1 = 1,
}Variants§
Implementations§
Source§impl SecErrResp
impl SecErrResp
Trait Implementations§
Source§impl Clone for SecErrResp
impl Clone for SecErrResp
Source§fn clone(&self) -> SecErrResp
fn clone(&self) -> SecErrResp
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 SecErrResp
impl Debug for SecErrResp
Source§impl From<SecErrResp> for u8
impl From<SecErrResp> for u8
Source§fn from(val: SecErrResp) -> u8
fn from(val: SecErrResp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SecErrResp
impl From<u8> for SecErrResp
Source§fn from(val: u8) -> SecErrResp
fn from(val: u8) -> SecErrResp
Converts to this type from the input type.
Source§impl Ord for SecErrResp
impl Ord for SecErrResp
Source§fn cmp(&self, other: &SecErrResp) -> Ordering
fn cmp(&self, other: &SecErrResp) -> 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 SecErrResp
impl PartialEq for SecErrResp
Source§impl PartialOrd for SecErrResp
impl PartialOrd for SecErrResp
impl Copy for SecErrResp
impl Eq for SecErrResp
impl StructuralPartialEq for SecErrResp
Auto Trait Implementations§
impl Freeze for SecErrResp
impl RefUnwindSafe for SecErrResp
impl Send for SecErrResp
impl Sync for SecErrResp
impl Unpin for SecErrResp
impl UnwindSafe for SecErrResp
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