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

Trait Implementations

Derived Implementations

impl Debug for NETRESOURCEA

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

impl Copy for NETRESOURCEA

impl Clone for NETRESOURCEA

fn clone(&self) -> NETRESOURCEA

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