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