Struct capsules_core::test::random_timer::TestRandomTimer
source · pub struct TestRandomTimer<'a, T: 'a> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a, T: Timer<'a>> TimerClient for TestRandomTimer<'a, T>
impl<'a, T: Timer<'a>> TimerClient for TestRandomTimer<'a, T>
Auto Trait Implementations§
impl<'a, T> !Freeze for TestRandomTimer<'a, T>
impl<'a, T> !RefUnwindSafe for TestRandomTimer<'a, T>
impl<'a, T> Send for TestRandomTimer<'a, T>where
T: Sync,
impl<'a, T> !Sync for TestRandomTimer<'a, T>
impl<'a, T> Unpin for TestRandomTimer<'a, T>
impl<'a, T> UnwindSafe for TestRandomTimer<'a, T>where
T: RefUnwindSafe,
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