Struct lockin::app::__rtic_internal_startLocalResources
source · pub struct __rtic_internal_startLocalResources<'a> {
pub sampling_timer: &'a mut SamplingTimer,
/* private fields */
}
Expand description
Local resources start
has access to
Fields§
§sampling_timer: &'a mut SamplingTimer
Implementations§
source§impl<'a> __rtic_internal_startLocalResources<'a>
impl<'a> __rtic_internal_startLocalResources<'a>
Auto Trait Implementations§
impl<'a> Freeze for __rtic_internal_startLocalResources<'a>
impl<'a> RefUnwindSafe for __rtic_internal_startLocalResources<'a>
impl<'a> Send for __rtic_internal_startLocalResources<'a>
impl<'a> !Sync for __rtic_internal_startLocalResources<'a>
impl<'a> Unpin for __rtic_internal_startLocalResources<'a>
impl<'a> !UnwindSafe for __rtic_internal_startLocalResources<'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