Struct winapi::winnetwk::REMOTE_NAME_INFOW [] [src]

#[repr(C)]
pub struct REMOTE_NAME_INFOW { pub lpUniversalName: LPWSTR, pub lpConnectionName: LPWSTR, pub lpRemainingPath: LPWSTR, }

Fields

Trait Implementations

impl Debug for REMOTE_NAME_INFOW
[src]

Formats the value using the given formatter.

impl Copy for REMOTE_NAME_INFOW
[src]

impl Clone for REMOTE_NAME_INFOW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more