Struct linux_rust_bindings::elf::elf_x86::dynamic
source · #[repr(C)]pub struct dynamic {
pub d_tag: Elf32_Sword,
pub d_un: dynamic__bindgen_ty_1,
}Fields§
§d_tag: Elf32_Sword§d_un: dynamic__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for dynamic
impl Send for dynamic
impl Sync for dynamic
impl Unpin for dynamic
impl UnwindSafe for dynamic
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