pub struct X86MsrAddr(/* private fields */);Expand description
x86 MSR address.
Implementations§
Trait Implementations§
Source§impl Clone for X86MsrAddr
impl Clone for X86MsrAddr
Source§fn clone(&self) -> X86MsrAddr
fn clone(&self) -> X86MsrAddr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for X86MsrAddr
Source§impl Debug for X86MsrAddr
impl Debug for X86MsrAddr
impl Eq for X86MsrAddr
Source§impl From<usize> for X86MsrAddr
impl From<usize> for X86MsrAddr
Source§impl Ord for X86MsrAddr
impl Ord for X86MsrAddr
Source§fn cmp(&self, other: &X86MsrAddr) -> Ordering
fn cmp(&self, other: &X86MsrAddr) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for X86MsrAddr
impl PartialEq for X86MsrAddr
Source§impl PartialOrd for X86MsrAddr
impl PartialOrd for X86MsrAddr
impl StructuralPartialEq for X86MsrAddr
Auto Trait Implementations§
impl Freeze for X86MsrAddr
impl RefUnwindSafe for X86MsrAddr
impl Send for X86MsrAddr
impl Sync for X86MsrAddr
impl Unpin for X86MsrAddr
impl UnsafeUnpin for X86MsrAddr
impl UnwindSafe for X86MsrAddr
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