#[repr(C)]pub struct FelicaCardKey {
pub data: [u8; 16],
}Expand description
Separate type for card key block. Used in authentication process
Fields§
§data: [u8; 16]Trait Implementations§
Source§impl Clone for FelicaCardKey
impl Clone for FelicaCardKey
Source§fn clone(&self) -> FelicaCardKey
fn clone(&self) -> FelicaCardKey
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 FelicaCardKey
impl Debug for FelicaCardKey
impl Copy for FelicaCardKey
Auto Trait Implementations§
impl Freeze for FelicaCardKey
impl RefUnwindSafe for FelicaCardKey
impl Send for FelicaCardKey
impl Sync for FelicaCardKey
impl Unpin for FelicaCardKey
impl UnwindSafe for FelicaCardKey
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