Struct mach_o_sys::loader::fvmlib [] [src]

pub struct fvmlib {
    pub name: lc_str,
    pub minor_version: uint32_t,
    pub header_addr: uint32_t,
}

Fields

name: lc_str minor_version: uint32_t header_addr: uint32_t

Trait Implementations

impl Clone for fvmlib
[src]

fn clone(&self) -> fvmlib

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 Copy for fvmlib
[src]

impl Debug for fvmlib
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for fvmlib
[src]

fn default() -> Self

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