pub struct SysTimerEtmEvent<'a, M, const N: u8> { /* private fields */ }
Expand description
An ETM controlled SYSTIMER event
Implementations§
Source§impl<'a, M, const N: u8> SysTimerEtmEvent<'a, M, N>
impl<'a, M, const N: u8> SysTimerEtmEvent<'a, M, N>
Auto Trait Implementations§
impl<'a, M, const N: u8> Freeze for SysTimerEtmEvent<'a, M, N>
impl<'a, M, const N: u8> RefUnwindSafe for SysTimerEtmEvent<'a, M, N>where
M: RefUnwindSafe,
impl<'a, M, const N: u8> Send for SysTimerEtmEvent<'a, M, N>where
M: Send,
impl<'a, M, const N: u8> Sync for SysTimerEtmEvent<'a, M, N>where
M: Sync,
impl<'a, M, const N: u8> Unpin for SysTimerEtmEvent<'a, M, N>
impl<'a, M, const N: u8> !UnwindSafe for SysTimerEtmEvent<'a, M, N>
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