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