#[repr(transparent)]pub struct LFRFIDWorkerEmulateRawResult(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for LFRFIDWorkerEmulateRawResult
impl Clone for LFRFIDWorkerEmulateRawResult
Source§fn clone(&self) -> LFRFIDWorkerEmulateRawResult
fn clone(&self) -> LFRFIDWorkerEmulateRawResult
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 LFRFIDWorkerEmulateRawResult
impl Debug for LFRFIDWorkerEmulateRawResult
Source§impl Hash for LFRFIDWorkerEmulateRawResult
impl Hash for LFRFIDWorkerEmulateRawResult
Source§impl PartialEq for LFRFIDWorkerEmulateRawResult
impl PartialEq for LFRFIDWorkerEmulateRawResult
Source§fn eq(&self, other: &LFRFIDWorkerEmulateRawResult) -> bool
fn eq(&self, other: &LFRFIDWorkerEmulateRawResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LFRFIDWorkerEmulateRawResult
impl Eq for LFRFIDWorkerEmulateRawResult
impl StructuralPartialEq for LFRFIDWorkerEmulateRawResult
Auto Trait Implementations§
impl Freeze for LFRFIDWorkerEmulateRawResult
impl RefUnwindSafe for LFRFIDWorkerEmulateRawResult
impl Send for LFRFIDWorkerEmulateRawResult
impl Sync for LFRFIDWorkerEmulateRawResult
impl Unpin for LFRFIDWorkerEmulateRawResult
impl UnwindSafe for LFRFIDWorkerEmulateRawResult
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