#[repr(transparent)]pub struct Ct32bitCapSel(pub u32);Expand description
CT32BIT N Counter Timer Capture Trigger Multiplexers M
Tuple Fields§
§0: u32Implementations§
Source§impl Ct32bitCapSel
impl Ct32bitCapSel
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 Debug for Ct32bitCapSel
impl Debug for Ct32bitCapSel
Source§impl Default for Ct32bitCapSel
impl Default for Ct32bitCapSel
Source§fn default() -> Ct32bitCapSel
fn default() -> Ct32bitCapSel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ct32bitCapSel
impl PartialEq for Ct32bitCapSel
impl Copy for Ct32bitCapSel
impl Eq for Ct32bitCapSel
impl StructuralPartialEq for Ct32bitCapSel
Auto Trait Implementations§
impl Freeze for Ct32bitCapSel
impl RefUnwindSafe for Ct32bitCapSel
impl Send for Ct32bitCapSel
impl Sync 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