pub struct Event<'a, 'd, M, DM: Mode, COMP, UNIT> { /* private fields */ }Expand description
An ETM controlled SYSTIMER event
Implementations§
Auto Trait Implementations§
impl<'a, 'd, M, DM, COMP, UNIT> Freeze for Event<'a, 'd, M, DM, COMP, UNIT>
impl<'a, 'd, M, DM, COMP, UNIT> RefUnwindSafe for Event<'a, 'd, M, DM, COMP, UNIT>
impl<'a, 'd, M, DM, COMP, UNIT> Send for Event<'a, 'd, M, DM, COMP, UNIT>
impl<'a, 'd, M, DM, COMP, UNIT> Sync for Event<'a, 'd, M, DM, COMP, UNIT>
impl<'a, 'd, M, DM, COMP, UNIT> Unpin for Event<'a, 'd, M, DM, COMP, UNIT>
impl<'a, 'd, M, DM, COMP, UNIT> !UnwindSafe for Event<'a, 'd, M, DM, COMP, UNIT>
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