#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MfClassicKeyType
Source§impl Debug for MfClassicKeyType
impl Debug for MfClassicKeyType
impl Eq for MfClassicKeyType
Source§impl Hash for MfClassicKeyType
impl Hash for MfClassicKeyType
Source§impl PartialEq for MfClassicKeyType
impl PartialEq for MfClassicKeyType
Source§fn eq(&self, other: &MfClassicKeyType) -> bool
fn eq(&self, other: &MfClassicKeyType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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