#[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: DWORDTrait 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 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 _POWER_LIMIT_VALUE
impl Debug for _POWER_LIMIT_VALUE
impl Copy 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