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