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