Struct winapi::winnetwk::NETINFOSTRUCT
[−]
[src]
pub struct NETINFOSTRUCT {
pub cbStructure: DWORD,
pub dwProviderVersion: DWORD,
pub dwStatus: DWORD,
pub dwCharacteristics: DWORD,
pub dwHandle: ULONG_PTR,
pub wNetType: WORD,
pub dwPrinters: DWORD,
pub dwDrives: DWORD,
}Fields
cbStructure | |
dwProviderVersion | |
dwStatus | |
dwCharacteristics | |
dwHandle | |
wNetType | |
dwPrinters | |
dwDrives |
Trait Implementations
impl Copy for NETINFOSTRUCT[src]
impl Clone for NETINFOSTRUCT[src]
fn clone(&self) -> NETINFOSTRUCT
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