#[repr(C)]pub struct tag_felica {
pub p: *mut Pasori,
pub systemcode: Uint16,
pub IDm: [Uint8; 8],
pub PMm: [Uint8; 8],
pub area_num: Uint16,
pub area: [FelicaArea; 256],
pub service_num: Uint16,
pub service: [FelicaArea; 256],
pub next: *mut tag_felica,
}Fields§
§p: *mut Pasori§systemcode: Uint16§IDm: [Uint8; 8]§PMm: [Uint8; 8]§area_num: Uint16§area: [FelicaArea; 256]§service_num: Uint16§service: [FelicaArea; 256]§next: *mut tag_felicaTrait Implementations§
Source§impl Clone for tag_felica
impl Clone for tag_felica
Source§fn clone(&self) -> tag_felica
fn clone(&self) -> tag_felica
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tag_felica
Auto Trait Implementations§
impl !Send for tag_felica
impl !Sync for tag_felica
impl Freeze for tag_felica
impl RefUnwindSafe for tag_felica
impl Unpin for tag_felica
impl UnsafeUnpin for tag_felica
impl UnwindSafe for tag_felica
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