#[repr(transparent)]pub struct Iso14443CrcType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for Iso14443CrcType
impl Clone for Iso14443CrcType
Source§fn clone(&self) -> Iso14443CrcType
fn clone(&self) -> Iso14443CrcType
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 Iso14443CrcType
impl Debug for Iso14443CrcType
Source§impl Hash for Iso14443CrcType
impl Hash for Iso14443CrcType
Source§impl PartialEq for Iso14443CrcType
impl PartialEq for Iso14443CrcType
impl Copy for Iso14443CrcType
impl Eq for Iso14443CrcType
impl StructuralPartialEq for Iso14443CrcType
Auto Trait Implementations§
impl Freeze for Iso14443CrcType
impl RefUnwindSafe for Iso14443CrcType
impl Send for Iso14443CrcType
impl Sync for Iso14443CrcType
impl Unpin for Iso14443CrcType
impl UnwindSafe for Iso14443CrcType
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