pub struct DivisorValue(/* private fields */);Implementations§
Source§impl DivisorValue
impl DivisorValue
Sourcepub const INVALID_0: Self
pub const INVALID_0: Self
Invalid. As per ISO 7816 specification, the minimum value of F/D is 5.
Sourcepub const INVALID_1: Self
pub const INVALID_1: Self
Invalid. As per ISO 7816 specification, the minimum value of F/D is 5.
Sourcepub const INVALID_2: Self
pub const INVALID_2: Self
Invalid. As per ISO 7816 specification, the minimum value of F/D is 5.
Sourcepub const INVALID_3: Self
pub const INVALID_3: Self
Invalid. As per ISO 7816 specification, the minimum value of F/D is 5.
Source§impl DivisorValue
impl DivisorValue
Trait Implementations§
Source§impl Clone for DivisorValue
impl Clone for DivisorValue
Source§fn clone(&self) -> DivisorValue
fn clone(&self) -> DivisorValue
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 DivisorValue
impl Debug for DivisorValue
Source§impl From<DivisorValue> for u16
impl From<DivisorValue> for u16
Source§fn from(val: DivisorValue) -> u16
fn from(val: DivisorValue) -> u16
Converts to this type from the input type.
Source§impl From<u16> for DivisorValue
impl From<u16> for DivisorValue
Source§fn from(val: u16) -> DivisorValue
fn from(val: u16) -> DivisorValue
Converts to this type from the input type.
Source§impl Ord for DivisorValue
impl Ord for DivisorValue
Source§fn cmp(&self, other: &DivisorValue) -> Ordering
fn cmp(&self, other: &DivisorValue) -> 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 DivisorValue
impl PartialEq for DivisorValue
Source§impl PartialOrd for DivisorValue
impl PartialOrd for DivisorValue
impl Copy for DivisorValue
impl Eq for DivisorValue
impl StructuralPartialEq for DivisorValue
Auto Trait Implementations§
impl Freeze for DivisorValue
impl RefUnwindSafe for DivisorValue
impl Send for DivisorValue
impl Sync for DivisorValue
impl Unpin for DivisorValue
impl UnwindSafe for DivisorValue
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