#[repr(C)]pub struct FelicaPMm {
pub data: [u8; 8],
}Expand description
Felica PMm block
Fields§
§data: [u8; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for FelicaPMm
impl RefUnwindSafe for FelicaPMm
impl Send for FelicaPMm
impl Sync for FelicaPMm
impl Unpin for FelicaPMm
impl UnwindSafe for FelicaPMm
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