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

Derived Implementations

impl Debug for NETINFOSTRUCT

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

impl Copy for NETINFOSTRUCT

impl Clone for NETINFOSTRUCT

fn clone(&self) -> NETINFOSTRUCT

fn clone_from(&mut self, source: &Self)