#[repr(transparent)]pub struct Evtimerh(pub u32);Expand description
EVTIMER High
Tuple Fields§
§0: u32Implementations§
Source§impl Evtimerh
impl Evtimerh
Sourcepub const fn evtimer_count_value(&self) -> u16
pub const fn evtimer_count_value(&self) -> u16
EVTimer Count Value
Sourcepub const fn set_evtimer_count_value(&mut self, val: u16)
pub const fn set_evtimer_count_value(&mut self, val: u16)
EVTimer Count Value
Trait Implementations§
impl Copy for Evtimerh
impl Eq for Evtimerh
impl StructuralPartialEq for Evtimerh
Auto Trait Implementations§
impl Freeze for Evtimerh
impl RefUnwindSafe for Evtimerh
impl Send for Evtimerh
impl Sync for Evtimerh
impl Unpin for Evtimerh
impl UnwindSafe for Evtimerh
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