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