Struct windows::Win32::System::Power::LATENCY_TIME
#[repr(transparent)]pub struct LATENCY_TIME(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for LATENCY_TIME
impl Clone for LATENCY_TIME
§fn clone(&self) -> LATENCY_TIME
fn clone(&self) -> LATENCY_TIME
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 more§impl Debug for LATENCY_TIME
impl Debug for LATENCY_TIME
§impl Default for LATENCY_TIME
impl Default for LATENCY_TIME
§fn default() -> LATENCY_TIME
fn default() -> LATENCY_TIME
Returns the “default value” for a type. Read more
§impl PartialEq for LATENCY_TIME
impl PartialEq for LATENCY_TIME
§fn eq(&self, other: &LATENCY_TIME) -> bool
fn eq(&self, other: &LATENCY_TIME) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LATENCY_TIME
impl Eq for LATENCY_TIME
impl StructuralPartialEq for LATENCY_TIME
Auto Trait Implementations§
impl Freeze for LATENCY_TIME
impl RefUnwindSafe for LATENCY_TIME
impl Send for LATENCY_TIME
impl Sync for LATENCY_TIME
impl Unpin for LATENCY_TIME
impl UnwindSafe for LATENCY_TIME
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)