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