#[repr(C)]pub struct Elf32_Move {
pub m_value: Elf32_Xword,
pub m_info: Elf32_Word,
pub m_poffset: Elf32_Word,
pub m_repeat: Elf32_Half,
pub m_stride: Elf32_Half,
}
Fields§
§m_value: Elf32_Xword
§m_info: Elf32_Word
§m_poffset: Elf32_Word
§m_repeat: Elf32_Half
§m_stride: Elf32_Half
Trait Implementations§
Source§impl Clone for Elf32_Move
impl Clone for Elf32_Move
Source§fn clone(&self) -> Elf32_Move
fn clone(&self) -> Elf32_Move
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 Elf32_Move
impl Debug for Elf32_Move
impl Copy for Elf32_Move
Auto Trait Implementations§
impl Freeze for Elf32_Move
impl RefUnwindSafe for Elf32_Move
impl Send for Elf32_Move
impl Sync for Elf32_Move
impl Unpin for Elf32_Move
impl UnwindSafe for Elf32_Move
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