#[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_charTrait Implementations§
Source§impl Clone for IppLibraryVersion
impl Clone for IppLibraryVersion
Source§fn clone(&self) -> IppLibraryVersion
fn clone(&self) -> IppLibraryVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IppLibraryVersion
Source§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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IppLibraryVersion
Auto Trait Implementations§
impl !Send for IppLibraryVersion
impl !Sync for IppLibraryVersion
impl Freeze for IppLibraryVersion
impl RefUnwindSafe for IppLibraryVersion
impl Unpin for IppLibraryVersion
impl UnsafeUnpin 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