Struct winapi::lmdfs::DFS_STORAGE_INFO [] [src]

#[repr(C)]
pub struct DFS_STORAGE_INFO { pub State: ULONG, pub ServerName: LPWSTR, pub ShareName: LPWSTR, }

Fields

Trait Implementations

impl Debug for DFS_STORAGE_INFO
[src]

Formats the value using the given formatter.

impl Copy for DFS_STORAGE_INFO
[src]

impl Clone for DFS_STORAGE_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more