Struct windows::Wdk::System::SystemServices::HAL_POWER_INFORMATION
#[repr(C)]pub struct HAL_POWER_INFORMATION {
pub TBD: u32,
}
Fields§
§TBD: u32
Trait Implementations§
§impl Clone for HAL_POWER_INFORMATION
impl Clone for HAL_POWER_INFORMATION
§fn clone(&self) -> HAL_POWER_INFORMATION
fn clone(&self) -> HAL_POWER_INFORMATION
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 HAL_POWER_INFORMATION
impl Debug for HAL_POWER_INFORMATION
§impl Default for HAL_POWER_INFORMATION
impl Default for HAL_POWER_INFORMATION
§impl PartialEq for HAL_POWER_INFORMATION
impl PartialEq for HAL_POWER_INFORMATION
§fn eq(&self, other: &HAL_POWER_INFORMATION) -> bool
fn eq(&self, other: &HAL_POWER_INFORMATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HAL_POWER_INFORMATION
impl Eq for HAL_POWER_INFORMATION
impl StructuralPartialEq for HAL_POWER_INFORMATION
Auto Trait Implementations§
impl Freeze for HAL_POWER_INFORMATION
impl RefUnwindSafe for HAL_POWER_INFORMATION
impl Send for HAL_POWER_INFORMATION
impl Sync for HAL_POWER_INFORMATION
impl Unpin for HAL_POWER_INFORMATION
impl UnwindSafe for HAL_POWER_INFORMATION
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
)