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