Struct win_sys::SystemServices::POWER_USER_PRESENCE [−][src]
#[repr(C)]pub struct POWER_USER_PRESENCE {
pub UserPresence: POWER_USER_PRESENCE_TYPE,
}Expand description
Required features: Win32_System_SystemServices
Fields
UserPresence: POWER_USER_PRESENCE_TYPETrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for POWER_USER_PRESENCE
impl Send for POWER_USER_PRESENCE
impl Sync for POWER_USER_PRESENCE
impl Unpin for POWER_USER_PRESENCE
impl UnwindSafe for POWER_USER_PRESENCE
Blanket Implementations
Mutably borrows from an owned value. Read more