#[repr(C)]pub struct MfUltralightC3DesAuthKey {
pub data: [u8; 16],
}Fields§
§data: [u8; 16]Trait Implementations§
Source§impl Clone for MfUltralightC3DesAuthKey
impl Clone for MfUltralightC3DesAuthKey
Source§fn clone(&self) -> MfUltralightC3DesAuthKey
fn clone(&self) -> MfUltralightC3DesAuthKey
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 MfUltralightC3DesAuthKey
impl Debug for MfUltralightC3DesAuthKey
impl Copy for MfUltralightC3DesAuthKey
Auto Trait Implementations§
impl Freeze for MfUltralightC3DesAuthKey
impl RefUnwindSafe for MfUltralightC3DesAuthKey
impl Send for MfUltralightC3DesAuthKey
impl Sync for MfUltralightC3DesAuthKey
impl Unpin for MfUltralightC3DesAuthKey
impl UnwindSafe for MfUltralightC3DesAuthKey
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