Struct flipperzero_sys::MfClassicSectorTrailer
source · #[repr(C)]pub struct MfClassicSectorTrailer {
pub key_a: [u8; 6],
pub access_bits: [u8; 4],
pub key_b: [u8; 6],
}Fields§
§key_a: [u8; 6]§access_bits: [u8; 4]§key_b: [u8; 6]Trait Implementations§
source§impl Clone for MfClassicSectorTrailer
impl Clone for MfClassicSectorTrailer
source§fn clone(&self) -> MfClassicSectorTrailer
fn clone(&self) -> MfClassicSectorTrailer
Returns a copy 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 MfClassicSectorTrailer
impl Debug for MfClassicSectorTrailer
impl Copy for MfClassicSectorTrailer
Auto Trait Implementations§
impl RefUnwindSafe for MfClassicSectorTrailer
impl Send for MfClassicSectorTrailer
impl Sync for MfClassicSectorTrailer
impl Unpin for MfClassicSectorTrailer
impl UnwindSafe for MfClassicSectorTrailer
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