#[repr(C)]pub struct uc_x86_msr {
pub rid: u32,
pub value: u64,
}Fields§
§rid: u32§value: u64Trait Implementations§
Source§impl Clone for uc_x86_msr
impl Clone for uc_x86_msr
Source§fn clone(&self) -> uc_x86_msr
fn clone(&self) -> uc_x86_msr
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 uc_x86_msr
impl Debug for uc_x86_msr
Source§impl Ord for uc_x86_msr
impl Ord for uc_x86_msr
Source§fn cmp(&self, other: &uc_x86_msr) -> Ordering
fn cmp(&self, other: &uc_x86_msr) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for uc_x86_msr
impl PartialEq for uc_x86_msr
Source§impl PartialOrd for uc_x86_msr
impl PartialOrd for uc_x86_msr
impl Copy for uc_x86_msr
impl Eq for uc_x86_msr
impl StructuralPartialEq for uc_x86_msr
Auto Trait Implementations§
impl Freeze for uc_x86_msr
impl RefUnwindSafe for uc_x86_msr
impl Send for uc_x86_msr
impl Sync for uc_x86_msr
impl Unpin for uc_x86_msr
impl UnwindSafe for uc_x86_msr
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