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]

[src]

[src]

[src]

Trait Implementations

impl Debug for VersionTag
[src]

[src]

Formats the value using the given formatter.

impl Default for VersionTag
[src]

[src]

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

impl Copy for VersionTag
[src]

impl Clone for VersionTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VersionTag
[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 Eq for VersionTag
[src]

impl Into<u32> for VersionTag
[src]

[src]

Performs the conversion.

impl Display for VersionTag
[src]

[src]

Formats the value using the given formatter. Read more