Struct aaronia_rtsa_sys::AARTSAAPI_DeviceInfo
source · #[repr(C)]pub struct AARTSAAPI_DeviceInfo {
pub cbsize: i64,
pub serialNumber: [u32; 120],
pub ready: bool,
pub boost: bool,
pub superspeed: bool,
pub active: bool,
}
Fields§
§cbsize: i64
§serialNumber: [u32; 120]
§ready: bool
§boost: bool
§superspeed: bool
§active: bool
Trait Implementations§
source§impl Clone for AARTSAAPI_DeviceInfo
impl Clone for AARTSAAPI_DeviceInfo
source§fn clone(&self) -> AARTSAAPI_DeviceInfo
fn clone(&self) -> AARTSAAPI_DeviceInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more