1 2 3 4 5 6 7
#[derive(Clone)] pub struct Network { pub ssid: &'static str, pub password: &'static str, pub static_ip: &'static str, pub gateway_ip: &'static str, }