#[repr(C)]pub struct trap_info_x86_32 {
pub vector: u8,
pub flags: u8,
pub cs: u16,
pub address: u32,
}Fields§
§vector: u8§flags: u8§cs: u16§address: u32Trait Implementations§
Source§impl Clone for trap_info_x86_32
impl Clone for trap_info_x86_32
Source§fn clone(&self) -> trap_info_x86_32
fn clone(&self) -> trap_info_x86_32
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 trap_info_x86_32
impl Debug for trap_info_x86_32
Source§impl Default for trap_info_x86_32
impl Default for trap_info_x86_32
Source§fn default() -> trap_info_x86_32
fn default() -> trap_info_x86_32
Returns the “default value” for a type. Read more
impl Copy for trap_info_x86_32
Auto Trait Implementations§
impl Freeze for trap_info_x86_32
impl RefUnwindSafe for trap_info_x86_32
impl Send for trap_info_x86_32
impl Sync for trap_info_x86_32
impl Unpin for trap_info_x86_32
impl UnwindSafe for trap_info_x86_32
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