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