Struct capsules_core::test::random_alarm::TestRandomAlarm
source · pub struct TestRandomAlarm<'a, A: Alarm<'a>> {
pub counter: Cell<usize>,
/* private fields */
}
Fields§
§counter: Cell<usize>
Implementations§
Trait Implementations§
source§impl<'a, A: Alarm<'a>> AlarmClient for TestRandomAlarm<'a, A>
impl<'a, A: Alarm<'a>> AlarmClient for TestRandomAlarm<'a, A>
Auto Trait Implementations§
impl<'a, A> !Freeze for TestRandomAlarm<'a, A>
impl<'a, A> !RefUnwindSafe for TestRandomAlarm<'a, A>
impl<'a, A> Send for TestRandomAlarm<'a, A>
impl<'a, A> !Sync for TestRandomAlarm<'a, A>
impl<'a, A> Unpin for TestRandomAlarm<'a, A>
impl<'a, A> UnwindSafe for TestRandomAlarm<'a, A>
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