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