#[repr(C)]pub struct FelicaCommandResponseHeader {
pub length: u8,
pub response_code: u8,
pub idm: FelicaIDm,
pub SF1: u8,
pub SF2: u8,
}Fields§
§length: u8§response_code: u8§idm: FelicaIDm§SF1: u8§SF2: u8Trait Implementations§
Source§impl Clone for FelicaCommandResponseHeader
impl Clone for FelicaCommandResponseHeader
Source§fn clone(&self) -> FelicaCommandResponseHeader
fn clone(&self) -> FelicaCommandResponseHeader
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 FelicaCommandResponseHeader
impl Debug for FelicaCommandResponseHeader
impl Copy for FelicaCommandResponseHeader
Auto Trait Implementations§
impl Freeze for FelicaCommandResponseHeader
impl RefUnwindSafe for FelicaCommandResponseHeader
impl Send for FelicaCommandResponseHeader
impl Sync for FelicaCommandResponseHeader
impl Unpin for FelicaCommandResponseHeader
impl UnwindSafe for FelicaCommandResponseHeader
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