#[repr(C)]pub struct x86_exception_state {
pub esh: x86_state_hdr_t,
pub ues: Union_Unnamed3,
}Fields§
§esh: x86_state_hdr_t§ues: Union_Unnamed3Trait Implementations§
Source§impl Clone for x86_exception_state
impl Clone for x86_exception_state
Source§fn clone(&self) -> x86_exception_state
fn clone(&self) -> x86_exception_state
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 x86_exception_state
impl Debug for x86_exception_state
Source§impl Default for x86_exception_state
impl Default for x86_exception_state
impl Copy for x86_exception_state
Auto Trait Implementations§
impl Freeze for x86_exception_state
impl RefUnwindSafe for x86_exception_state
impl Send for x86_exception_state
impl Sync for x86_exception_state
impl Unpin for x86_exception_state
impl UnwindSafe for x86_exception_state
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