#[repr(C)]pub struct FelicaListSystemCodeCommandResponse {
pub header: FelicaCommandHeaderRaw,
pub system_count: u8,
pub system_code: __IncompleteArrayField<u8>,
}Fields§
§header: FelicaCommandHeaderRaw§system_count: u8§system_code: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FelicaListSystemCodeCommandResponse
impl RefUnwindSafe for FelicaListSystemCodeCommandResponse
impl Send for FelicaListSystemCodeCommandResponse
impl Sync for FelicaListSystemCodeCommandResponse
impl Unpin for FelicaListSystemCodeCommandResponse
impl UnwindSafe for FelicaListSystemCodeCommandResponse
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