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