#[repr(C)]pub union cpu_user_regs__bindgen_ty_7 {
pub r11: u64,
pub r11d: u32,
pub r11w: u16,
pub r11b: u8,
}Fields§
§r11: u64§r11d: u32§r11w: u16§r11b: u8Trait Implementations§
Source§impl Clone for cpu_user_regs__bindgen_ty_7
impl Clone for cpu_user_regs__bindgen_ty_7
Source§fn clone(&self) -> cpu_user_regs__bindgen_ty_7
fn clone(&self) -> cpu_user_regs__bindgen_ty_7
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 moreimpl Copy for cpu_user_regs__bindgen_ty_7
Auto Trait Implementations§
impl Freeze for cpu_user_regs__bindgen_ty_7
impl RefUnwindSafe for cpu_user_regs__bindgen_ty_7
impl Send for cpu_user_regs__bindgen_ty_7
impl Sync for cpu_user_regs__bindgen_ty_7
impl Unpin for cpu_user_regs__bindgen_ty_7
impl UnsafeUnpin for cpu_user_regs__bindgen_ty_7
impl UnwindSafe for cpu_user_regs__bindgen_ty_7
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