Struct winapi::setupapi::SP_BACKUP_QUEUE_PARAMS_V2_W
[−]
[src]
pub struct SP_BACKUP_QUEUE_PARAMS_V2_W {
pub cbSize: DWORD,
pub FullInfPath: [WCHAR; ::MAX_PATH],
pub FilenameOffset: INT,
pub ReinstallInstance: [WCHAR; ::MAX_PATH],
}Fields
cbSize | |
FullInfPath | |
FilenameOffset | |
ReinstallInstance |
Trait Implementations
impl Copy for SP_BACKUP_QUEUE_PARAMS_V2_W[src]
impl Clone for SP_BACKUP_QUEUE_PARAMS_V2_W[src]
fn clone(&self) -> SP_BACKUP_QUEUE_PARAMS_V2_W
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