#[repr(C)]pub struct MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4 {
pub key_option: u8,
pub key_version: u8,
pub counter_limit: u32,
}Fields§
§key_option: u8§key_version: u8§counter_limit: u32Trait Implementations§
Source§impl Clone for MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
impl Clone for MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
Source§fn clone(&self) -> MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
fn clone(&self) -> MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
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 MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
Auto Trait Implementations§
impl Freeze for MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
impl RefUnwindSafe for MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
impl Send for MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
impl Sync for MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
impl Unpin for MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
impl UnsafeUnpin for MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
impl UnwindSafe for MfDesfireFileSettings__bindgen_ty_1__bindgen_ty_4
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