Struct mach_o_sys::swap::source_version_command [] [src]

#[repr(C)]
pub struct source_version_command { pub cmd: uint32_t, pub cmdsize: uint32_t, pub version: uint64_t, }

Fields

Trait Implementations

impl Copy for source_version_command
[src]

impl Clone for source_version_command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for source_version_command
[src]

Formats the value using the given formatter.

impl Default for source_version_command
[src]

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