Struct dds_bridge_sys::DDSInfo
source · #[repr(C)]pub struct DDSInfo {Show 13 fields
pub major: c_int,
pub minor: c_int,
pub patch: c_int,
pub versionString: [c_char; 10],
pub system: c_int,
pub numBits: c_int,
pub compiler: c_int,
pub constructor: c_int,
pub numCores: c_int,
pub threading: c_int,
pub noOfThreads: c_int,
pub threadSizes: [c_char; 128],
pub systemString: [c_char; 1024],
}Fields§
§major: c_int§minor: c_int§patch: c_int§versionString: [c_char; 10]§system: c_int§numBits: c_int§compiler: c_int§constructor: c_int§numCores: c_int§threading: c_int§noOfThreads: c_int§threadSizes: [c_char; 128]§systemString: [c_char; 1024]Trait Implementations§
Auto Trait Implementations§
impl Freeze for DDSInfo
impl RefUnwindSafe for DDSInfo
impl Send for DDSInfo
impl Sync for DDSInfo
impl Unpin for DDSInfo
impl UnwindSafe for DDSInfo
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