Struct rtic_syntax::ast::AppArgs
source · pub struct AppArgs {
pub device: Option<Path>,
pub peripherals: bool,
pub extern_interrupts: ExternInterrupts,
}
Expand description
The arguments of the #[app]
attribute
Fields§
§device: Option<Path>
Device
peripherals: bool
Peripherals
extern_interrupts: ExternInterrupts
Interrupts used to dispatch software tasks
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppArgs
impl RefUnwindSafe for AppArgs
impl !Send for AppArgs
impl !Sync for AppArgs
impl Unpin for AppArgs
impl UnwindSafe for AppArgs
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