pub struct DeviceConfig {
pub device_id: &'static str,
pub device_name: &'static str,
pub manufacturer: &'static str,
pub model: &'static str,
}Fields§
§device_id: &'static str§device_name: &'static str§manufacturer: &'static str§model: &'static strAuto Trait Implementations§
impl Freeze for DeviceConfig
impl RefUnwindSafe for DeviceConfig
impl Send for DeviceConfig
impl Sync for DeviceConfig
impl Unpin for DeviceConfig
impl UnwindSafe for DeviceConfig
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