#[repr(transparent)]pub struct MfClassicKeyType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for MfClassicKeyType
impl Clone for MfClassicKeyType
Source§fn clone(&self) -> MfClassicKeyType
fn clone(&self) -> MfClassicKeyType
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 MfClassicKeyType
impl Debug for MfClassicKeyType
Source§impl Hash for MfClassicKeyType
impl Hash for MfClassicKeyType
Source§impl PartialEq for MfClassicKeyType
impl PartialEq for MfClassicKeyType
impl Copy for MfClassicKeyType
impl Eq for MfClassicKeyType
impl StructuralPartialEq for MfClassicKeyType
Auto Trait Implementations§
impl Freeze for MfClassicKeyType
impl RefUnwindSafe for MfClassicKeyType
impl Send for MfClassicKeyType
impl Sync for MfClassicKeyType
impl Unpin for MfClassicKeyType
impl UnwindSafe for MfClassicKeyType
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