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