Struct unw::arch::x86_64::Regs [] [src]

#[repr(C)]
pub struct Regs { pub rax: usize, pub rbx: usize, pub rcx: usize, pub rdx: usize, pub rdi: usize, pub rsi: usize, pub rbp: usize, pub rsp: usize, pub r8: usize, pub r9: usize, pub r10: usize, pub r11: usize, pub r12: usize, pub r13: usize, pub r14: usize, pub r15: usize, pub rip: usize, pub rflags: usize, pub cs: usize, pub fs: usize, pub gs: usize, }

Fields

Methods

impl Cxt
[src]

[src]

Trait Implementations

impl Debug for Regs
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Regs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Regs
[src]

impl PartialEq for Regs
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Regs
[src]

impl Hash for Regs
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl TryFrom<Cxt> for Frame
[src]

[src]

Auto Trait Implementations

impl Send for Regs

impl Sync for Regs