Struct scrapyard_core::mcu::IP[][src]

pub struct IP {
    pub config_file: String,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for IP
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IP

impl Sync for IP