Struct mach_o_sys::loader::lc_str [] [src]

pub struct lc_str {
    pub _bindgen_data_: [u32; 1],
}

Fields

_bindgen_data_: [u32; 1]

Methods

impl lc_str
[src]

unsafe fn offset(&mut self) -> *mut uint32_t

Trait Implementations

impl Clone for lc_str
[src]

fn clone(&self) -> lc_str

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

impl Debug for lc_str
[src]

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

Formats the value using the given formatter.

impl Default for lc_str
[src]

fn default() -> Self

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