#[repr(transparent)]pub struct Timer2trig(pub u32);Expand description
Trigger Register for CTIMER
Tuple Fields§
§0: u32Implementations§
Source§impl Timer2trig
impl Timer2trig
Sourcepub const fn inp(&self) -> Timer2trigInp
pub const fn inp(&self) -> Timer2trigInp
Input number for CTIMER
Sourcepub const fn set_inp(&mut self, val: Timer2trigInp)
pub const fn set_inp(&mut self, val: Timer2trigInp)
Input number for CTIMER
Trait Implementations§
Source§impl Clone for Timer2trig
impl Clone for Timer2trig
Source§fn clone(&self) -> Timer2trig
fn clone(&self) -> Timer2trig
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 Timer2trig
impl Debug for Timer2trig
Source§impl Default for Timer2trig
impl Default for Timer2trig
Source§fn default() -> Timer2trig
fn default() -> Timer2trig
Returns the “default value” for a type. Read more
Source§impl PartialEq for Timer2trig
impl PartialEq for Timer2trig
impl Copy for Timer2trig
impl Eq for Timer2trig
impl StructuralPartialEq for Timer2trig
Auto Trait Implementations§
impl Freeze for Timer2trig
impl RefUnwindSafe for Timer2trig
impl Send for Timer2trig
impl Sync for Timer2trig
impl Unpin for Timer2trig
impl UnwindSafe for Timer2trig
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