Struct mach_object::VersionTag
[−]
[src]
pub struct VersionTag(_);
The encoded version.
X.Y.Z is encoded in nibbles xxxx.yy.zz
Methods
impl VersionTag[src]
Trait Implementations
impl Debug for VersionTag[src]
impl Default for VersionTag[src]
fn default() -> VersionTag
Returns the "default value" for a type. Read more
impl Copy for VersionTag[src]
impl Clone for VersionTag[src]
fn clone(&self) -> VersionTag
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 PartialEq for VersionTag[src]
fn eq(&self, __arg_0: &VersionTag) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &VersionTag) -> bool
This method tests for !=.