Struct dual_iir::app::__rtic_internal_usbLocalResources
source · pub struct __rtic_internal_usbLocalResources<'a> {
pub usb_terminal: &'a mut SerialTerminal<Settings, 4>,
/* private fields */
}
Expand description
Local resources usb
has access to
Fields§
§usb_terminal: &'a mut SerialTerminal<Settings, 4>
Implementations§
source§impl<'a> __rtic_internal_usbLocalResources<'a>
impl<'a> __rtic_internal_usbLocalResources<'a>
Auto Trait Implementations§
impl<'a> Freeze for __rtic_internal_usbLocalResources<'a>
impl<'a> RefUnwindSafe for __rtic_internal_usbLocalResources<'a>
impl<'a> Send for __rtic_internal_usbLocalResources<'a>
impl<'a> Sync for __rtic_internal_usbLocalResources<'a>
impl<'a> Unpin for __rtic_internal_usbLocalResources<'a>
impl<'a> !UnwindSafe for __rtic_internal_usbLocalResources<'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