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