pub struct HwInfo {
pub vendor_id: u16,
pub product_id: u16,
pub manufact: String,
pub product: String,
pub serial: String,
pub have_serial: bool,
pub enable_ir: bool,
pub remote_wakeup: bool,
}
Fields§
§vendor_id: u16
§product_id: u16
§manufact: String
§product: String
§serial: String
§have_serial: bool
§enable_ir: bool
§remote_wakeup: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HwInfo
impl RefUnwindSafe for HwInfo
impl Send for HwInfo
impl Sync for HwInfo
impl Unpin for HwInfo
impl UnwindSafe for HwInfo
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