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