#[repr(C)]pub struct __uintr_frame {
pub rip: c_ulonglong,
pub rflags: c_ulonglong,
pub rsp: c_ulonglong,
}
Fields§
§rip: c_ulonglong
§rflags: c_ulonglong
§rsp: c_ulonglong
Trait Implementations§
Source§impl Clone for __uintr_frame
impl Clone for __uintr_frame
Source§fn clone(&self) -> __uintr_frame
fn clone(&self) -> __uintr_frame
Returns a copy 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 __uintr_frame
impl Debug for __uintr_frame
impl Copy for __uintr_frame
Auto Trait Implementations§
impl Freeze for __uintr_frame
impl RefUnwindSafe for __uintr_frame
impl Send for __uintr_frame
impl Sync for __uintr_frame
impl Unpin for __uintr_frame
impl UnwindSafe for __uintr_frame
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