#[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_HalfAuto 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 UnsafeUnpin 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