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

Trait Implementations

impl Debug for IppLibraryVersion
[src]

[src]

Formats the value using the given formatter.

impl Copy for IppLibraryVersion
[src]

impl PartialEq for IppLibraryVersion
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for IppLibraryVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more