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