#[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_void
§d_type: Type
§d_version: c_uint
§d_size: size_t
§d_off: i64
§d_align: size_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Elf_Data
impl RefUnwindSafe for Elf_Data
impl !Send for Elf_Data
impl !Sync for Elf_Data
impl Unpin for Elf_Data
impl UnwindSafe for Elf_Data
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more