Struct winapi::lmdfs::DFS_INFO_4_32 [] [src]

#[repr(C)]
pub struct DFS_INFO_4_32 { pub EntryPath: ULONG, pub Comment: ULONG, pub State: DWORD, pub Timeout: ULONG, pub Guid: GUID, pub NumberOfStorages: DWORD, pub Storage: ULONG, }

Fields

Trait Implementations

impl Debug for DFS_INFO_4_32
[src]

Formats the value using the given formatter.

impl Copy for DFS_INFO_4_32
[src]

impl Clone for DFS_INFO_4_32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more