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]

Formats the value using the given formatter. Read more

impl Default for VersionTag
[src]

Returns the "default value" for a type. Read more

impl Copy for VersionTag
[src]

impl Clone for VersionTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VersionTag
[src]

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

This method tests for !=.

impl Eq for VersionTag
[src]

impl Into<u32> for VersionTag
[src]

Performs the conversion.

impl FromStr for VersionTag
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for VersionTag
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VersionTag

impl Sync for VersionTag