#[repr(C)]
pub struct Elf_Data { pub d_buf: *mut c_void, pub d_type: Type, pub d_version: c_uint, pub d_size: size_t, pub d_off: i64, pub d_align: size_t, }

Fields

d_buf: *mut c_voidd_type: Typed_version: c_uintd_size: size_td_off: i64d_align: size_t

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.