#[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§
§osType: fc2OSType§osDescription: [c_char; 512]§byteOrder: fc2ByteOrder§sysMemSize: size_t§cpuDescription: [c_char; 512]§numCpuCores: size_t§driverList: [c_char; 512]§libraryList: [c_char; 512]§gpuDescription: [c_char; 512]§screenWidth: size_t§screenHeight: size_t§reserved: [c_uint; 16]Trait Implementations§
Source§impl Clone for _fc2SystemInfo
impl Clone for _fc2SystemInfo
Source§impl Default for _fc2SystemInfo
impl Default for _fc2SystemInfo
impl Copy for _fc2SystemInfo
Auto Trait Implementations§
impl Freeze for _fc2SystemInfo
impl RefUnwindSafe for _fc2SystemInfo
impl Send for _fc2SystemInfo
impl Sync for _fc2SystemInfo
impl Unpin for _fc2SystemInfo
impl UnwindSafe for _fc2SystemInfo
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