Struct winapi::lmdfs::DFS_INFO_107 [] [src]

#[repr(C)]
pub struct DFS_INFO_107 { pub Comment: LPWSTR, pub State: DWORD, pub Timeout: ULONG, pub PropertyFlagMask: ULONG, pub PropertyFlags: ULONG, pub SdLengthReserved: ULONG, pub pSecurityDescriptor: PSECURITY_DESCRIPTOR, }

Fields

Trait Implementations

impl Debug for DFS_INFO_107
[src]

Formats the value using the given formatter.

impl Copy for DFS_INFO_107
[src]

impl Clone for DFS_INFO_107
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more