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