#[repr(transparent)]pub struct LFRFIDWorkerReadType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for LFRFIDWorkerReadType
impl Clone for LFRFIDWorkerReadType
Source§fn clone(&self) -> LFRFIDWorkerReadType
fn clone(&self) -> LFRFIDWorkerReadType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LFRFIDWorkerReadType
Source§impl Debug for LFRFIDWorkerReadType
impl Debug for LFRFIDWorkerReadType
impl Eq for LFRFIDWorkerReadType
Source§impl Hash for LFRFIDWorkerReadType
impl Hash for LFRFIDWorkerReadType
Source§impl PartialEq for LFRFIDWorkerReadType
impl PartialEq for LFRFIDWorkerReadType
Source§fn eq(&self, other: &LFRFIDWorkerReadType) -> bool
fn eq(&self, other: &LFRFIDWorkerReadType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LFRFIDWorkerReadType
Auto Trait Implementations§
impl Freeze for LFRFIDWorkerReadType
impl RefUnwindSafe for LFRFIDWorkerReadType
impl Send for LFRFIDWorkerReadType
impl Sync for LFRFIDWorkerReadType
impl Unpin for LFRFIDWorkerReadType
impl UnsafeUnpin for LFRFIDWorkerReadType
impl UnwindSafe for LFRFIDWorkerReadType
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