Struct winapi::um::sysinfoapi::SYSTEM_INFO_u_s
source · #[repr(C)]pub struct SYSTEM_INFO_u_s {
pub wProcessorArchitecture: WORD,
pub wReserved: WORD,
}Fields§
§wProcessorArchitecture: WORD§wReserved: WORDTrait Implementations§
source§impl Clone for SYSTEM_INFO_u_s
impl Clone for SYSTEM_INFO_u_s
source§fn clone(&self) -> SYSTEM_INFO_u_s
fn clone(&self) -> SYSTEM_INFO_u_s
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