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