Struct CcmrOutputCcs
#[repr(transparent)]pub struct CcmrOutputCcs(pub u8);Tuple Fields§
§0: u8Implementations§
§impl CcmrOutputCcs
 
impl CcmrOutputCcs
pub const OUTPUT: Self
pub const OUTPUT: Self
CCx channel is configured as output
Trait Implementations§
§impl Clone for CcmrOutputCcs
 
impl Clone for CcmrOutputCcs
§fn clone(&self) -> CcmrOutputCcs
 
fn clone(&self) -> CcmrOutputCcs
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl Ord for CcmrOutputCcs
 
impl Ord for CcmrOutputCcs
§impl PartialEq for CcmrOutputCcs
 
impl PartialEq for CcmrOutputCcs
§impl PartialOrd for CcmrOutputCcs
 
impl PartialOrd for CcmrOutputCcs
impl Copy for CcmrOutputCcs
impl Eq for CcmrOutputCcs
impl StructuralPartialEq for CcmrOutputCcs
Auto Trait Implementations§
impl Freeze for CcmrOutputCcs
impl RefUnwindSafe for CcmrOutputCcs
impl Send for CcmrOutputCcs
impl Sync for CcmrOutputCcs
impl Unpin for CcmrOutputCcs
impl UnwindSafe for CcmrOutputCcs
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