#[repr(transparent)]pub struct Nfcid13rdLast(pub u32);
Expand description
Third last NFCID1 part (10 bytes ID)
Tuple Fields§
§0: u32
Implementations§
Source§impl Nfcid13rdLast
impl Nfcid13rdLast
Sourcepub fn set_nfcid1_s(&mut self, val: u8)
pub fn set_nfcid1_s(&mut self, val: u8)
NFCID1 byte S
Sourcepub fn set_nfcid1_r(&mut self, val: u8)
pub fn set_nfcid1_r(&mut self, val: u8)
NFCID1 byte R
Sourcepub fn set_nfcid1_q(&mut self, val: u8)
pub fn set_nfcid1_q(&mut self, val: u8)
NFCID1 byte Q
Trait Implementations§
Source§impl Clone for Nfcid13rdLast
impl Clone for Nfcid13rdLast
Source§fn clone(&self) -> Nfcid13rdLast
fn clone(&self) -> Nfcid13rdLast
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 Nfcid13rdLast
impl Default for Nfcid13rdLast
Source§fn default() -> Nfcid13rdLast
fn default() -> Nfcid13rdLast
Returns the “default value” for a type. Read more
Source§impl PartialEq for Nfcid13rdLast
impl PartialEq for Nfcid13rdLast
impl Copy for Nfcid13rdLast
impl Eq for Nfcid13rdLast
impl StructuralPartialEq for Nfcid13rdLast
Auto Trait Implementations§
impl Freeze for Nfcid13rdLast
impl RefUnwindSafe for Nfcid13rdLast
impl Send for Nfcid13rdLast
impl Sync for Nfcid13rdLast
impl Unpin for Nfcid13rdLast
impl UnwindSafe for Nfcid13rdLast
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
)