Struct winapi::cfgmgr32::MFCARD_RESOURCE [] [src]

pub struct MFCARD_RESOURCE {
    pub MfCard_Header: MFCARD_DES,
}

Fields

MfCard_Header: MFCARD_DES

Trait Implementations

impl Debug for MFCARD_RESOURCE
[src]

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

Formats the value using the given formatter.

impl Copy for MFCARD_RESOURCE
[src]

impl Clone for MFCARD_RESOURCE
[src]

fn clone(&self) -> MFCARD_RESOURCE

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