#[repr(C)]pub union ExtendedPstatePointer {
pub extended_pstate: *mut ExtendedPstateState,
}Expand description
Stores a pointer to the currently active extended pstate storage. The caller to the C entry points is responsible for ensuring that the active union member corresponds to the entry points being called.
Fields§
§extended_pstate: *mut ExtendedPstateStateAuto Trait Implementations§
impl Freeze for ExtendedPstatePointer
impl RefUnwindSafe for ExtendedPstatePointer
impl !Send for ExtendedPstatePointer
impl !Sync for ExtendedPstatePointer
impl Unpin for ExtendedPstatePointer
impl UnwindSafe for ExtendedPstatePointer
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