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