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