#[repr(C)]pub struct _POWER_LIMIT_VALUE {
pub Type: POWER_LIMIT_TYPES,
pub DomainId: DWORD,
pub TargetValue: DWORD,
pub TimeParameter: DWORD,
}
Fields§
§Type: POWER_LIMIT_TYPES
§DomainId: DWORD
§TargetValue: DWORD
§TimeParameter: DWORD
Trait Implementations§
Source§impl Clone for _POWER_LIMIT_VALUE
impl Clone for _POWER_LIMIT_VALUE
Source§fn clone(&self) -> _POWER_LIMIT_VALUE
fn clone(&self) -> _POWER_LIMIT_VALUE
Returns a copy 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 _POWER_LIMIT_VALUE
impl Debug for _POWER_LIMIT_VALUE
Source§impl Ord for _POWER_LIMIT_VALUE
impl Ord for _POWER_LIMIT_VALUE
Source§fn cmp(&self, other: &_POWER_LIMIT_VALUE) -> Ordering
fn cmp(&self, other: &_POWER_LIMIT_VALUE) -> 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 _POWER_LIMIT_VALUE
impl PartialEq for _POWER_LIMIT_VALUE
Source§impl PartialOrd for _POWER_LIMIT_VALUE
impl PartialOrd for _POWER_LIMIT_VALUE
impl Copy for _POWER_LIMIT_VALUE
impl Eq for _POWER_LIMIT_VALUE
impl StructuralPartialEq for _POWER_LIMIT_VALUE
Auto Trait Implementations§
impl Freeze for _POWER_LIMIT_VALUE
impl RefUnwindSafe for _POWER_LIMIT_VALUE
impl Send for _POWER_LIMIT_VALUE
impl Sync for _POWER_LIMIT_VALUE
impl Unpin for _POWER_LIMIT_VALUE
impl UnwindSafe for _POWER_LIMIT_VALUE
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