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: DWORD dwProviderVersion: DWORD dwStatus: DWORD dwCharacteristics: DWORD dwHandle: ULONG_PTR wNetType: WORD dwPrinters: DWORD dwDrives: DWORD

Trait Implementations

impl Debug for NETINFOSTRUCT
[src]

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

Formats the value using the given formatter.

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