#[repr(transparent)]pub struct Comp20(pub u16);Expand description
Timer Channel Compare Register 2
Tuple Fields§
§0: u16Implementations§
Source§impl Comp20
impl Comp20
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 Comp20
impl Eq for Comp20
impl StructuralPartialEq for Comp20
Auto Trait Implementations§
impl Freeze for Comp20
impl RefUnwindSafe for Comp20
impl Send for Comp20
impl Sync for Comp20
impl Unpin for Comp20
impl UnwindSafe for Comp20
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