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

Derived Implementations

impl Debug for NETINFOSTRUCT
[src]

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

Formats the value using the given formatter.