#[repr(C)]pub struct Elf_Options_Hw {
pub hwp_flags1: Elf32_Word,
pub hwp_flags2: Elf32_Word,
}Fields§
§hwp_flags1: Elf32_Word§hwp_flags2: Elf32_WordTrait Implementations§
Source§impl Clone for Elf_Options_Hw
impl Clone for Elf_Options_Hw
Source§fn clone(&self) -> Elf_Options_Hw
fn clone(&self) -> Elf_Options_Hw
Returns a duplicate of the value. Read more
1.0.0 · 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 Elf_Options_Hw
impl Debug for Elf_Options_Hw
impl Copy for Elf_Options_Hw
Auto Trait Implementations§
impl Freeze for Elf_Options_Hw
impl RefUnwindSafe for Elf_Options_Hw
impl Send for Elf_Options_Hw
impl Sync for Elf_Options_Hw
impl Unpin for Elf_Options_Hw
impl UnwindSafe for Elf_Options_Hw
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