#[repr(transparent)]pub struct SignalReaderTimeUnit(pub c_uchar);Tuple Fields§
§0: c_ucharTrait 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 (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 SignalReaderTimeUnit
Source§impl Debug for SignalReaderTimeUnit
impl Debug for SignalReaderTimeUnit
impl Eq for SignalReaderTimeUnit
Source§impl Hash for SignalReaderTimeUnit
impl Hash for SignalReaderTimeUnit
Source§impl PartialEq for SignalReaderTimeUnit
impl PartialEq for SignalReaderTimeUnit
Source§fn eq(&self, other: &SignalReaderTimeUnit) -> bool
fn eq(&self, other: &SignalReaderTimeUnit) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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