Struct mach_o_sys::loader::twolevel_hint [] [src]

pub struct twolevel_hint {
    pub _bindgen_bitfield_1_: uint32_t,
    pub _bindgen_bitfield_2_: uint32_t,
}

Fields

_bindgen_bitfield_1_: uint32_t _bindgen_bitfield_2_: uint32_t

Trait Implementations

impl Clone for twolevel_hint
[src]

fn clone(&self) -> twolevel_hint

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 twolevel_hint
[src]

impl Debug for twolevel_hint
[src]

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

Formats the value using the given formatter.

impl Default for twolevel_hint
[src]

fn default() -> Self

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