Struct winapi::winnetwk::NETRESOURCEA [] [src]

pub struct NETRESOURCEA {
    pub dwScope: DWORD,
    pub dwType: DWORD,
    pub dwDisplayType: DWORD,
    pub dwUsage: DWORD,
    pub lpLocalName: LPSTR,
    pub lpRemoteName: LPSTR,
    pub lpComment: LPSTR,
    pub lpProvider: LPSTR,
}

Fields

dwScope: DWORD dwType: DWORD dwDisplayType: DWORD dwUsage: DWORD lpLocalName: LPSTR lpRemoteName: LPSTR lpComment: LPSTR lpProvider: LPSTR

Trait Implementations

impl Debug for NETRESOURCEA
[src]

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

Formats the value using the given formatter.

impl Copy for NETRESOURCEA
[src]

impl Clone for NETRESOURCEA
[src]

fn clone(&self) -> NETRESOURCEA

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