Struct winapi::um::winbase::COMMCONFIG
source · #[repr(C)]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§
source§impl Clone for COMMCONFIG
impl Clone for COMMCONFIG
source§fn clone(&self) -> COMMCONFIG
fn clone(&self) -> COMMCONFIG
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for COMMCONFIG
impl Default for COMMCONFIG
source§fn default() -> COMMCONFIG
fn default() -> COMMCONFIG
Returns the “default value” for a type. Read more