Struct MacTypes_sys::NumVersion
[−]
[src]
pub struct NumVersion {
pub nonRelRev: UInt8,
pub stage: UInt8,
pub minorAndBugRef: UInt8,
pub majorRev: UInt8,
}Fields
nonRelRev: UInt8
stage: UInt8
minorAndBugRef: UInt8
majorRev: UInt8
Trait Implementations
impl Clone for NumVersion[src]
fn clone(&self) -> NumVersion
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for NumVersion[src]
impl Debug for NumVersion[src]
impl Default for NumVersion[src]
fn default() -> NumVersion
Returns the "default value" for a type. Read more
impl Eq for NumVersion[src]
impl Hash for NumVersion[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl PartialEq for NumVersion[src]
fn eq(&self, __arg_0: &NumVersion) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &NumVersion) -> bool
This method tests for !=.