Struct ipp_headers_sys::IppLibraryVersion
[−]
[src]
#[repr(C)]pub struct IppLibraryVersion { pub major: c_int, pub minor: c_int, pub majorBuild: c_int, pub build: c_int, pub targetCpu: [c_char; 4], pub Name: *const c_char, pub Version: *const c_char, pub BuildDate: *const c_char, }
Fields
major: c_int
minor: c_int
majorBuild: c_int
build: c_int
targetCpu: [c_char; 4]
Name: *const c_char
Version: *const c_char
BuildDate: *const c_char
Trait Implementations
impl Debug for IppLibraryVersion[src]
impl Copy for IppLibraryVersion[src]
impl PartialEq for IppLibraryVersion[src]
fn eq(&self, __arg_0: &IppLibraryVersion) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IppLibraryVersion) -> bool[src]
This method tests for !=.