Struct winapi::um::winnt::POWER_PLATFORM_INFORMATION
source · #[repr(C)]pub struct POWER_PLATFORM_INFORMATION {
pub AoAc: BOOLEAN,
}
Fields§
§AoAc: BOOLEAN
Trait Implementations§
source§impl Clone for POWER_PLATFORM_INFORMATION
impl Clone for POWER_PLATFORM_INFORMATION
source§fn clone(&self) -> POWER_PLATFORM_INFORMATION
fn clone(&self) -> POWER_PLATFORM_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 moresource§impl Default for POWER_PLATFORM_INFORMATION
impl Default for POWER_PLATFORM_INFORMATION
source§fn default() -> POWER_PLATFORM_INFORMATION
fn default() -> POWER_PLATFORM_INFORMATION
Returns the “default value” for a type. Read more