#[repr(C)]pub struct pt_packet_mwait {
pub hints: u32,
pub ext: u32,
}Expand description
A MWAIT packet.
Fields§
§hints: u32The MWAIT hints (EAX).
ext: u32The MWAIT extensions (ECX).
Trait Implementations§
Source§impl Clone for pt_packet_mwait
impl Clone for pt_packet_mwait
Source§fn clone(&self) -> pt_packet_mwait
fn clone(&self) -> pt_packet_mwait
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 pt_packet_mwait
impl Debug for pt_packet_mwait
Source§impl Hash for pt_packet_mwait
impl Hash for pt_packet_mwait
Source§impl PartialEq for pt_packet_mwait
impl PartialEq for pt_packet_mwait
impl Copy for pt_packet_mwait
impl Eq for pt_packet_mwait
impl StructuralPartialEq for pt_packet_mwait
Auto Trait Implementations§
impl Freeze for pt_packet_mwait
impl RefUnwindSafe for pt_packet_mwait
impl Send for pt_packet_mwait
impl Sync for pt_packet_mwait
impl Unpin for pt_packet_mwait
impl UnwindSafe for pt_packet_mwait
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