pub struct KeyContext {
pub manufacturer: ManufacturerCode,
pub identification_number: u32,
pub version: u8,
pub device_type: DeviceType,
pub security_mode: SecurityMode,
pub access_number: u8,
}Fields§
§manufacturer: ManufacturerCode§identification_number: u32§version: u8§device_type: DeviceType§security_mode: SecurityMode§access_number: u8Trait Implementations§
Source§impl Clone for KeyContext
impl Clone for KeyContext
Source§fn clone(&self) -> KeyContext
fn clone(&self) -> KeyContext
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 KeyContext
impl Debug for KeyContext
Source§impl PartialEq for KeyContext
impl PartialEq for KeyContext
impl StructuralPartialEq for KeyContext
Auto Trait Implementations§
impl Freeze for KeyContext
impl RefUnwindSafe for KeyContext
impl Send for KeyContext
impl Sync for KeyContext
impl Unpin for KeyContext
impl UnsafeUnpin for KeyContext
impl UnwindSafe for KeyContext
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