#[repr(transparent)]pub struct Comp21(pub u16);Expand description
Timer Channel Compare Register 2
Tuple Fields§
§0: u16Implementations§
Source§impl Comp21
impl Comp21
Sourcepub const fn comparison_2(&self) -> u16
pub const fn comparison_2(&self) -> u16
Comparison Value 2
Sourcepub const fn set_comparison_2(&mut self, val: u16)
pub const fn set_comparison_2(&mut self, val: u16)
Comparison Value 2
Trait Implementations§
impl Copy for Comp21
impl Eq for Comp21
impl StructuralPartialEq for Comp21
Auto Trait Implementations§
impl Freeze for Comp21
impl RefUnwindSafe for Comp21
impl Send for Comp21
impl Sync for Comp21
impl Unpin for Comp21
impl UnwindSafe for Comp21
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