Struct winapi::setupapi::SP_POWERMESSAGEWAKE_PARAMS_A
[−]
[src]
pub struct SP_POWERMESSAGEWAKE_PARAMS_A { pub ClassInstallHeader: SP_CLASSINSTALL_HEADER, pub PowerMessageWake: [CHAR; LINE_LEN * 2], }
Fields
ClassInstallHeader | |
PowerMessageWake |
Trait Implementations
impl Copy for SP_POWERMESSAGEWAKE_PARAMS_A
[src]
impl Clone for SP_POWERMESSAGEWAKE_PARAMS_A
[src]
fn clone(&self) -> SP_POWERMESSAGEWAKE_PARAMS_A
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more