#[repr(C)]pub struct SP_POWERMESSAGEWAKE_PARAMS_W {
pub ClassInstallHeader: SP_CLASSINSTALL_HEADER,
pub PowerMessageWake: [WCHAR; 512],
}
Fields§
§ClassInstallHeader: SP_CLASSINSTALL_HEADER
§PowerMessageWake: [WCHAR; 512]
Trait Implementations§
Source§impl Clone for SP_POWERMESSAGEWAKE_PARAMS_W
impl Clone for SP_POWERMESSAGEWAKE_PARAMS_W
Source§fn clone(&self) -> SP_POWERMESSAGEWAKE_PARAMS_W
fn clone(&self) -> SP_POWERMESSAGEWAKE_PARAMS_W
Returns a duplicate 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 SP_POWERMESSAGEWAKE_PARAMS_W
impl Default for SP_POWERMESSAGEWAKE_PARAMS_W
Source§fn default() -> SP_POWERMESSAGEWAKE_PARAMS_W
fn default() -> SP_POWERMESSAGEWAKE_PARAMS_W
Returns the “default value” for a type. Read more
impl Copy for SP_POWERMESSAGEWAKE_PARAMS_W
Auto Trait Implementations§
impl Freeze for SP_POWERMESSAGEWAKE_PARAMS_W
impl RefUnwindSafe for SP_POWERMESSAGEWAKE_PARAMS_W
impl Send for SP_POWERMESSAGEWAKE_PARAMS_W
impl Sync for SP_POWERMESSAGEWAKE_PARAMS_W
impl Unpin for SP_POWERMESSAGEWAKE_PARAMS_W
impl UnwindSafe for SP_POWERMESSAGEWAKE_PARAMS_W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more