pub struct Ct32bitCapSel { /* private fields */ }Expand description
CT32BITn Counter Timer Capture Trigger Multiplexers
Implementations§
Trait Implementations§
Source§impl Clone for Ct32bitCapSel
impl Clone for Ct32bitCapSel
Source§fn clone(&self) -> Ct32bitCapSel
fn clone(&self) -> Ct32bitCapSel
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 PartialEq for Ct32bitCapSel
impl PartialEq for Ct32bitCapSel
impl Copy for Ct32bitCapSel
impl Eq for Ct32bitCapSel
impl Send for Ct32bitCapSel
impl StructuralPartialEq for Ct32bitCapSel
impl Sync for Ct32bitCapSel
Auto Trait Implementations§
impl Freeze for Ct32bitCapSel
impl RefUnwindSafe for Ct32bitCapSel
impl Unpin for Ct32bitCapSel
impl UnwindSafe for Ct32bitCapSel
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