Struct ntapi::ntexapi::PROCESS_EXTENDED_ENERGY_VALUES
source · [−]#[repr(C)]pub struct PROCESS_EXTENDED_ENERGY_VALUES {
pub Base: PROCESS_ENERGY_VALUES,
pub Extension: PROCESS_ENERGY_VALUES_EXTENSION,
}
Fields
Base: PROCESS_ENERGY_VALUES
Extension: PROCESS_ENERGY_VALUES_EXTENSION
Trait Implementations
sourceimpl Clone for PROCESS_EXTENDED_ENERGY_VALUES
impl Clone for PROCESS_EXTENDED_ENERGY_VALUES
sourcefn clone(&self) -> PROCESS_EXTENDED_ENERGY_VALUES
fn clone(&self) -> PROCESS_EXTENDED_ENERGY_VALUES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PROCESS_EXTENDED_ENERGY_VALUES
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_EXTENDED_ENERGY_VALUES
impl Send for PROCESS_EXTENDED_ENERGY_VALUES
impl Sync for PROCESS_EXTENDED_ENERGY_VALUES
impl Unpin for PROCESS_EXTENDED_ENERGY_VALUES
impl UnwindSafe for PROCESS_EXTENDED_ENERGY_VALUES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more