Struct winapi::dbghelp::API_VERSION [] [src]

pub struct API_VERSION {
    pub MajorVersion: USHORT,
    pub MinorVersion: USHORT,
    pub Revision: USHORT,
    pub Reserved: USHORT,
}

Fields

MajorVersion
MinorVersion
Revision
Reserved

Trait Implementations

Derived Implementations

impl Debug for API_VERSION

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

impl Copy for API_VERSION

impl Clone for API_VERSION

fn clone(&self) -> API_VERSION

fn clone_from(&mut self, source: &Self)