Struct dual_iir::app::idle::SharedResources
source · pub struct SharedResources<'a> {
pub network: network_that_needs_to_be_locked<'a>,
pub settings: settings_that_needs_to_be_locked<'a>,
pub usb: usb_that_needs_to_be_locked<'a>,
/* private fields */
}
Expand description
Shared resources idle
has access to
Fields§
§network: network_that_needs_to_be_locked<'a>
§settings: settings_that_needs_to_be_locked<'a>
§usb: usb_that_needs_to_be_locked<'a>
Implementations§
Auto Trait Implementations§
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