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 | |
dwFlags | |
dwSpeed | |
dwDelay | |
dwOptDataSize |
Trait Implementations
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