Struct winapi::lmdfs::DFS_INFO_9 [] [src]

#[repr(C)]
pub struct DFS_INFO_9 { pub EntryPath: LPWSTR, pub Comment: LPWSTR, pub State: DWORD, pub Timeout: ULONG, pub Guid: GUID, pub PropertyFlags: ULONG, pub MetadataSize: ULONG, pub SdLengthReserved: ULONG, pub pSecurityDescriptor: PSECURITY_DESCRIPTOR, pub NumberOfStorages: DWORD, pub Storage: LPDFS_STORAGE_INFO, }

Fields

Trait Implementations

impl Debug for DFS_INFO_9
[src]

Formats the value using the given formatter.

impl Copy for DFS_INFO_9
[src]

impl Clone for DFS_INFO_9
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more