Struct winapi::winnetwk::NETRESOURCEW [] [src]

pub struct NETRESOURCEW {
    pub dwScope: DWORD,
    pub dwType: DWORD,
    pub dwDisplayType: DWORD,
    pub dwUsage: DWORD,
    pub lpLocalName: LPWSTR,
    pub lpRemoteName: LPWSTR,
    pub lpComment: LPWSTR,
    pub lpProvider: LPWSTR,
}

Fields

dwScope
dwType
dwDisplayType
dwUsage
lpLocalName
lpRemoteName
lpComment
lpProvider

Trait Implementations

Derived Implementations

impl Debug for NETRESOURCEW

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

impl Copy for NETRESOURCEW

impl Clone for NETRESOURCEW

fn clone(&self) -> NETRESOURCEW

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