Struct winapi::setupapi::INFCONTEXT
[−]
[src]
pub struct INFCONTEXT {
pub Inf: PVOID,
pub CurrentInf: PVOID,
pub Section: UINT,
pub Line: UINT,
}Fields
Inf | |
CurrentInf | |
Section | |
Line |
Trait Implementations
impl Copy for INFCONTEXT[src]
impl Clone for INFCONTEXT[src]
fn clone(&self) -> INFCONTEXT
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