pub struct SubAnalysis {
pub used_irqs: Vec<(Ident, u16)>,
pub late_resource_tasks: Vec<LateResourceTask>,
}
Fields§
§used_irqs: Vec<(Ident, u16)>
§late_resource_tasks: Vec<LateResourceTask>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubAnalysis
impl RefUnwindSafe for SubAnalysis
impl !Send for SubAnalysis
impl !Sync for SubAnalysis
impl Unpin for SubAnalysis
impl UnwindSafe for SubAnalysis
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