#[repr(transparent)]pub struct Nfcid12ndLast(pub u32);
Expand description
Second last NFCID1 part (7 or 10 bytes ID)
Tuple Fields§
§0: u32
Implementations§
Source§impl Nfcid12ndLast
impl Nfcid12ndLast
Sourcepub fn set_nfcid1_v(&mut self, val: u8)
pub fn set_nfcid1_v(&mut self, val: u8)
NFCID1 byte V
Sourcepub fn set_nfcid1_u(&mut self, val: u8)
pub fn set_nfcid1_u(&mut self, val: u8)
NFCID1 byte U
Sourcepub fn set_nfcid1_t(&mut self, val: u8)
pub fn set_nfcid1_t(&mut self, val: u8)
NFCID1 byte T
Trait Implementations§
Source§impl Clone for Nfcid12ndLast
impl Clone for Nfcid12ndLast
Source§fn clone(&self) -> Nfcid12ndLast
fn clone(&self) -> Nfcid12ndLast
Returns a copy 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 Default for Nfcid12ndLast
impl Default for Nfcid12ndLast
Source§fn default() -> Nfcid12ndLast
fn default() -> Nfcid12ndLast
Returns the “default value” for a type. Read more
Source§impl PartialEq for Nfcid12ndLast
impl PartialEq for Nfcid12ndLast
impl Copy for Nfcid12ndLast
impl Eq for Nfcid12ndLast
impl StructuralPartialEq for Nfcid12ndLast
Auto Trait Implementations§
impl Freeze for Nfcid12ndLast
impl RefUnwindSafe for Nfcid12ndLast
impl Send for Nfcid12ndLast
impl Sync for Nfcid12ndLast
impl Unpin for Nfcid12ndLast
impl UnwindSafe for Nfcid12ndLast
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)