Struct winapi::winnetwk::NETCONNECTINFOSTRUCT [] [src]

pub struct NETCONNECTINFOSTRUCT {
    pub cbStructure: DWORD,
    pub dwFlags: DWORD,
    pub dwSpeed: DWORD,
    pub dwDelay: DWORD,
    pub dwOptDataSize: DWORD,
}

Fields

cbStructure: DWORD dwFlags: DWORD dwSpeed: DWORD dwDelay: DWORD dwOptDataSize: DWORD

Trait Implementations

impl Debug for NETCONNECTINFOSTRUCT
[src]

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

Formats the value using the given formatter.

impl Copy for NETCONNECTINFOSTRUCT
[src]

impl Clone for NETCONNECTINFOSTRUCT
[src]

fn clone(&self) -> NETCONNECTINFOSTRUCT

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