#[repr(C)]pub struct MKLVersion {
pub MajorVersion: c_int,
pub MinorVersion: c_int,
pub UpdateVersion: c_int,
pub ProductStatus: *mut c_char,
pub Build: *mut c_char,
pub Processor: *mut c_char,
pub Platform: *mut c_char,
}
Fields§
§MajorVersion: c_int
§MinorVersion: c_int
§UpdateVersion: c_int
§ProductStatus: *mut c_char
§Build: *mut c_char
§Processor: *mut c_char
§Platform: *mut c_char
Trait Implementations§
Source§impl Clone for MKLVersion
impl Clone for MKLVersion
Source§fn clone(&self) -> MKLVersion
fn clone(&self) -> MKLVersion
Returns a duplicate 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 moreSource§impl Debug for MKLVersion
impl Debug for MKLVersion
Source§impl Default for MKLVersion
impl Default for MKLVersion
Source§impl Hash for MKLVersion
impl Hash for MKLVersion
Source§impl Ord for MKLVersion
impl Ord for MKLVersion
Source§fn cmp(&self, other: &MKLVersion) -> Ordering
fn cmp(&self, other: &MKLVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MKLVersion
impl PartialEq for MKLVersion
Source§impl PartialOrd for MKLVersion
impl PartialOrd for MKLVersion
impl Copy for MKLVersion
impl Eq for MKLVersion
impl StructuralPartialEq for MKLVersion
Auto Trait Implementations§
impl Freeze for MKLVersion
impl RefUnwindSafe for MKLVersion
impl !Send for MKLVersion
impl !Sync for MKLVersion
impl Unpin for MKLVersion
impl UnwindSafe for MKLVersion
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