Struct ipp_headers_sys::IppLibraryVersion
source · #[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§
source§impl Clone for IppLibraryVersion
impl Clone for IppLibraryVersion
source§fn clone(&self) -> IppLibraryVersion
fn clone(&self) -> IppLibraryVersion
Returns a copy 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 IppLibraryVersion
impl Debug for IppLibraryVersion
source§impl PartialEq for IppLibraryVersion
impl PartialEq for IppLibraryVersion
source§fn eq(&self, other: &IppLibraryVersion) -> bool
fn eq(&self, other: &IppLibraryVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppLibraryVersion
impl StructuralPartialEq for IppLibraryVersion
Auto Trait Implementations§
impl Freeze for IppLibraryVersion
impl RefUnwindSafe for IppLibraryVersion
impl !Send for IppLibraryVersion
impl !Sync for IppLibraryVersion
impl Unpin for IppLibraryVersion
impl UnwindSafe for IppLibraryVersion
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