#[repr(transparent)]pub struct SignalReaderEventType(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait 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 · 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 SignalReaderEventType
impl Debug for SignalReaderEventType
Source§impl Hash for SignalReaderEventType
impl Hash for SignalReaderEventType
Source§impl PartialEq for SignalReaderEventType
impl PartialEq for SignalReaderEventType
impl Copy for SignalReaderEventType
impl Eq for SignalReaderEventType
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 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