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