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