pub struct StateX86_64 {Show 21 fields
pub __rax: u64,
pub __rbx: u64,
pub __rcx: u64,
pub __rdx: u64,
pub __rdi: u64,
pub __rsi: u64,
pub __rbp: u64,
pub __rsp: u64,
pub __r8: u64,
pub __r9: u64,
pub __r10: u64,
pub __r11: u64,
pub __r12: u64,
pub __r13: u64,
pub __r14: u64,
pub __r15: u64,
pub __rip: u64,
pub __rflags: u64,
pub __cs: u64,
pub __fs: u64,
pub __gs: u64,
}
Fields§
§__rax: u64
§__rbx: u64
§__rcx: u64
§__rdx: u64
§__rdi: u64
§__rsi: u64
§__rbp: u64
§__rsp: u64
§__r8: u64
§__r9: u64
§__r10: u64
§__r11: u64
§__r12: u64
§__r13: u64
§__r14: u64
§__r15: u64
§__rip: u64
§__rflags: u64
§__cs: u64
§__fs: u64
§__gs: u64
Implementations§
Source§impl StateX86_64
impl StateX86_64
pub fn read_from_in<R: Read>(read: &mut R, endian: Endian) -> Self
pub fn write_into<W: Write>(&self, write: &mut W)
Trait Implementations§
Source§impl Clone for StateX86_64
impl Clone for StateX86_64
Source§fn clone(&self) -> StateX86_64
fn clone(&self) -> StateX86_64
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 StateX86_64
impl Debug for StateX86_64
Source§impl PartialEq for StateX86_64
impl PartialEq for StateX86_64
impl Eq for StateX86_64
impl StructuralPartialEq for StateX86_64
Auto Trait Implementations§
impl Freeze for StateX86_64
impl RefUnwindSafe for StateX86_64
impl Send for StateX86_64
impl Sync for StateX86_64
impl Unpin for StateX86_64
impl UnwindSafe for StateX86_64
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