#[repr(C)]pub struct StandardRegisters {}Fields§
§rax: u64§rbx: u64§rcx: u64§rdx: u64§rsi: u64§rdi: u64§rsp: u64§rbp: u64§r8: u64§r9: u64§r10: u64§r11: u64§r12: u64§r13: u64§r14: u64§r15: u64§rip: u64§rflags: u64Trait Implementations§
Source§impl Clone for StandardRegisters
impl Clone for StandardRegisters
Source§fn clone(&self) -> StandardRegisters
fn clone(&self) -> StandardRegisters
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 StandardRegisters
impl Debug for StandardRegisters
Source§impl Default for StandardRegisters
impl Default for StandardRegisters
Source§fn default() -> StandardRegisters
fn default() -> StandardRegisters
Returns the “default value” for a type. Read more
Source§impl FromBytes for StandardRegisters
impl FromBytes for StandardRegisters
Source§impl FromZeros for StandardRegisters
impl FromZeros for StandardRegisters
Source§impl IntoBytes for StandardRegisters
impl IntoBytes for StandardRegisters
Source§impl PartialEq for StandardRegisters
impl PartialEq for StandardRegisters
Source§impl TryFromBytes for StandardRegisterswhere
u64: TryFromBytes,
impl TryFromBytes for StandardRegisterswhere
u64: TryFromBytes,
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for StandardRegisters
impl Eq for StandardRegisters
impl StructuralPartialEq for StandardRegisters
Auto Trait Implementations§
impl Freeze for StandardRegisters
impl RefUnwindSafe for StandardRegisters
impl Send for StandardRegisters
impl Sync for StandardRegisters
impl Unpin for StandardRegisters
impl UnsafeUnpin for StandardRegisters
impl UnwindSafe for StandardRegisters
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