Struct winapi::um::winnt::POWER_PLATFORM_INFORMATION
source · #[repr(C)]pub struct POWER_PLATFORM_INFORMATION {
pub AoAc: BOOLEAN,
}Fields§
§AoAc: BOOLEANTrait 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 more