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: DWORD dwType: DWORD dwDisplayType: DWORD dwUsage: DWORD lpLocalName: LPWSTR lpRemoteName: LPWSTR lpComment: LPWSTR lpProvider: LPWSTR

Trait Implementations

impl Debug for NETRESOURCEW
[src]

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

Formats the value using the given formatter.

impl Copy for NETRESOURCEW
[src]

impl Clone for NETRESOURCEW
[src]

fn clone(&self) -> NETRESOURCEW

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