#[repr(C)]pub struct FelicaSessionKey {
pub data: [u8; 16],
}Expand description
Stucture for holding Felica session key which is calculated from rc and ck.
Fields§
§data: [u8; 16]Trait Implementations§
Source§impl Clone for FelicaSessionKey
impl Clone for FelicaSessionKey
Source§fn clone(&self) -> FelicaSessionKey
fn clone(&self) -> FelicaSessionKey
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 FelicaSessionKey
impl Debug for FelicaSessionKey
impl Copy for FelicaSessionKey
Auto Trait Implementations§
impl Freeze for FelicaSessionKey
impl RefUnwindSafe for FelicaSessionKey
impl Send for FelicaSessionKey
impl Sync for FelicaSessionKey
impl Unpin for FelicaSessionKey
impl UnwindSafe for FelicaSessionKey
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