#[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 · 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 CdcCtrlLine
impl Debug for CdcCtrlLine
Source§impl Hash for CdcCtrlLine
impl Hash for CdcCtrlLine
Source§impl PartialEq for CdcCtrlLine
impl PartialEq for CdcCtrlLine
impl Copy for CdcCtrlLine
impl Eq for CdcCtrlLine
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 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