#[repr(transparent)]pub struct IntmTimer(pub u32);Expand description
Timer for Monitor mon_index
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for IntmTimer
impl Eq for IntmTimer
impl StructuralPartialEq for IntmTimer
Auto Trait Implementations§
impl Freeze for IntmTimer
impl RefUnwindSafe for IntmTimer
impl Send for IntmTimer
impl Sync for IntmTimer
impl Unpin for IntmTimer
impl UnwindSafe for IntmTimer
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