#[repr(transparent)]pub struct Nfcid1Last(pub u32);
Expand description
Last NFCID1 part (4, 7 or 10 bytes ID)
Tuple Fields§
§0: u32
Implementations§
Source§impl Nfcid1Last
impl Nfcid1Last
Sourcepub fn set_nfcid1_z(&mut self, val: u8)
pub fn set_nfcid1_z(&mut self, val: u8)
NFCID1 byte Z (very last byte sent)
Sourcepub fn set_nfcid1_y(&mut self, val: u8)
pub fn set_nfcid1_y(&mut self, val: u8)
NFCID1 byte Y
Sourcepub fn set_nfcid1_x(&mut self, val: u8)
pub fn set_nfcid1_x(&mut self, val: u8)
NFCID1 byte X
Sourcepub fn set_nfcid1_w(&mut self, val: u8)
pub fn set_nfcid1_w(&mut self, val: u8)
NFCID1 byte W
Trait Implementations§
Source§impl Clone for Nfcid1Last
impl Clone for Nfcid1Last
Source§fn clone(&self) -> Nfcid1Last
fn clone(&self) -> Nfcid1Last
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 Nfcid1Last
impl Default for Nfcid1Last
Source§fn default() -> Nfcid1Last
fn default() -> Nfcid1Last
Returns the “default value” for a type. Read more
Source§impl PartialEq for Nfcid1Last
impl PartialEq for Nfcid1Last
impl Copy for Nfcid1Last
impl Eq for Nfcid1Last
impl StructuralPartialEq for Nfcid1Last
Auto Trait Implementations§
impl Freeze for Nfcid1Last
impl RefUnwindSafe for Nfcid1Last
impl Send for Nfcid1Last
impl Sync for Nfcid1Last
impl Unpin for Nfcid1Last
impl UnwindSafe for Nfcid1Last
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
)