#[repr(C)]pub struct MfClassicAuthContext {
pub block_num: u8,
pub key: MfClassicKey,
pub key_type: MfClassicKeyType,
pub nt: MfClassicNt,
pub nr: MfClassicNr,
pub ar: MfClassicAr,
pub at: MfClassicAt,
}Fields§
§block_num: u8§key: MfClassicKey§key_type: MfClassicKeyType§nt: MfClassicNt§nr: MfClassicNr§ar: MfClassicAr§at: MfClassicAtTrait Implementations§
Source§impl Clone for MfClassicAuthContext
impl Clone for MfClassicAuthContext
Source§fn clone(&self) -> MfClassicAuthContext
fn clone(&self) -> MfClassicAuthContext
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 MfClassicAuthContext
impl Debug for MfClassicAuthContext
impl Copy for MfClassicAuthContext
Auto Trait Implementations§
impl Freeze for MfClassicAuthContext
impl RefUnwindSafe for MfClassicAuthContext
impl Send for MfClassicAuthContext
impl Sync for MfClassicAuthContext
impl Unpin for MfClassicAuthContext
impl UnwindSafe for MfClassicAuthContext
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