#[repr(C)]
pub struct NETRESOURCEA { pub dwScope: NET_RESOURCE_SCOPE, pub dwType: NET_RESOURCE_TYPE, pub dwDisplayType: u32, pub dwUsage: u32, pub lpLocalName: PSTR, pub lpRemoteName: PSTR, pub lpComment: PSTR, pub lpProvider: PSTR, }
Expand description

Required features: "Win32_NetworkManagement_WNet"

Fields

dwScope: NET_RESOURCE_SCOPEdwType: NET_RESOURCE_TYPEdwDisplayType: u32dwUsage: u32lpLocalName: PSTRlpRemoteName: PSTRlpComment: PSTRlpProvider: PSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.