Struct embuild::pio::Resolution [−][src]
pub struct Resolution {
pub board: String,
pub mcu: String,
pub platform: String,
pub frameworks: Vec<String>,
pub target: String,
}Fields
board: Stringmcu: Stringplatform: Stringframeworks: Vec<String>target: StringTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Resolution
impl Send for Resolution
impl Sync for Resolution
impl Unpin for Resolution
impl UnwindSafe for Resolution
Blanket Implementations
Mutably borrows from an owned value. Read more