pub type fc2SystemInfo = _fc2SystemInfo;Aliased Type§
#[repr(C)]pub struct fc2SystemInfo {
pub osType: _fc2OSType,
pub osDescription: [i8; 512],
pub byteOrder: _fc2ByteOrder,
pub sysMemSize: usize,
pub cpuDescription: [i8; 512],
pub numCpuCores: usize,
pub driverList: [i8; 512],
pub libraryList: [i8; 512],
pub gpuDescription: [i8; 512],
pub screenWidth: usize,
pub screenHeight: usize,
pub reserved: [u32; 16],
}Fields§
§osType: _fc2OSType§osDescription: [i8; 512]§byteOrder: _fc2ByteOrder§sysMemSize: usize§cpuDescription: [i8; 512]§numCpuCores: usize§driverList: [i8; 512]§libraryList: [i8; 512]§gpuDescription: [i8; 512]§screenWidth: usize§screenHeight: usize§reserved: [u32; 16]