Struct winapi::setupapi::INFCONTEXT [] [src]

pub struct INFCONTEXT {
    pub Inf: PVOID,
    pub CurrentInf: PVOID,
    pub Section: UINT,
    pub Line: UINT,
}

Fields

Inf: PVOID CurrentInf: PVOID Section: UINT Line: UINT

Trait Implementations

impl Debug for INFCONTEXT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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