Struct winapi::winbase::COMMCONFIG [] [src]

pub struct COMMCONFIG {
    pub dwSize: DWORD,
    pub wVersion: WORD,
    pub wReserved: WORD,
    pub dcb: DCB,
    pub dwProviderSubType: DWORD,
    pub dwProviderOffset: DWORD,
    pub dwProviderSize: DWORD,
    pub wcProviderData: [WCHAR; 1],
}

Fields

dwSize: DWORD wVersion: WORD wReserved: WORD dcb: DCB dwProviderSubType: DWORD dwProviderOffset: DWORD dwProviderSize: DWORD wcProviderData: [WCHAR; 1]

Trait Implementations

impl Debug for COMMCONFIG
[src]

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

Formats the value using the given formatter.

impl Copy for COMMCONFIG
[src]

impl Clone for COMMCONFIG
[src]

fn clone(&self) -> COMMCONFIG

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