Struct mach_object::SourceVersionTag [] [src]

pub struct SourceVersionTag(_);

The packed version.

A.B.C.D.E packed as a24.b10.c10.d10.e10

Trait Implementations

impl Debug for SourceVersionTag
[src]

[src]

Formats the value using the given formatter.

impl Default for SourceVersionTag
[src]

[src]

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

impl Copy for SourceVersionTag
[src]

impl Clone for SourceVersionTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Into<u64> for SourceVersionTag
[src]

[src]

Performs the conversion.

impl Into<(u32, u32, u32, u32, u32)> for SourceVersionTag
[src]

[src]

Performs the conversion.

impl Display for SourceVersionTag
[src]

[src]

Formats the value using the given formatter. Read more