#[repr(C)]pub union Elf32_gptab {
pub gt_header: Elf32_gptab__bindgen_ty_1,
pub gt_entry: Elf32_gptab__bindgen_ty_2,
}Fields§
§gt_header: Elf32_gptab__bindgen_ty_1§gt_entry: Elf32_gptab__bindgen_ty_2Trait Implementations§
Source§impl Clone for Elf32_gptab
impl Clone for Elf32_gptab
Source§fn clone(&self) -> Elf32_gptab
fn clone(&self) -> Elf32_gptab
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Elf32_gptab
impl Debug for Elf32_gptab
impl Copy for Elf32_gptab
Auto Trait Implementations§
impl Freeze for Elf32_gptab
impl RefUnwindSafe for Elf32_gptab
impl Send for Elf32_gptab
impl Sync for Elf32_gptab
impl Unpin for Elf32_gptab
impl UnsafeUnpin for Elf32_gptab
impl UnwindSafe for Elf32_gptab
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