Struct winapi::um::wingdi::DISPLAYCONFIG_SET_TARGET_PERSISTENCE
source · #[repr(C)]pub struct DISPLAYCONFIG_SET_TARGET_PERSISTENCE {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub value: UINT32,
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§value: UINT32
Implementations§
source§impl DISPLAYCONFIG_SET_TARGET_PERSISTENCE
impl DISPLAYCONFIG_SET_TARGET_PERSISTENCE
pub fn bootPersistenceOn(&self) -> UINT32
pub fn set_bootPersistenceOn(&mut self, val: UINT32)
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_SET_TARGET_PERSISTENCE
impl Clone for DISPLAYCONFIG_SET_TARGET_PERSISTENCE
source§fn clone(&self) -> DISPLAYCONFIG_SET_TARGET_PERSISTENCE
fn clone(&self) -> DISPLAYCONFIG_SET_TARGET_PERSISTENCE
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 DISPLAYCONFIG_SET_TARGET_PERSISTENCE
impl Default for DISPLAYCONFIG_SET_TARGET_PERSISTENCE
source§fn default() -> DISPLAYCONFIG_SET_TARGET_PERSISTENCE
fn default() -> DISPLAYCONFIG_SET_TARGET_PERSISTENCE
Returns the “default value” for a type. Read more