Struct libflycapture2_sys::_fc2SystemInfo [] [src]

#[repr(C)]
pub struct _fc2SystemInfo { pub osType: fc2OSType, pub osDescription: [c_char; 512], pub byteOrder: fc2ByteOrder, pub sysMemSize: size_t, pub cpuDescription: [c_char; 512], pub numCpuCores: size_t, pub driverList: [c_char; 512], pub libraryList: [c_char; 512], pub gpuDescription: [c_char; 512], pub screenWidth: size_t, pub screenHeight: size_t, pub reserved: [c_uint; 16], }

Fields

Trait Implementations

impl Copy for _fc2SystemInfo
[src]

impl Clone for _fc2SystemInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for _fc2SystemInfo
[src]

Returns the "default value" for a type. Read more