#[repr(C)]
pub struct DFS_INFO_9 { pub EntryPath: PWSTR, pub Comment: PWSTR, pub State: u32, pub Timeout: u32, pub Guid: GUID, pub PropertyFlags: u32, pub MetadataSize: u32, pub SdLengthReserved: u32, pub pSecurityDescriptor: PSECURITY_DESCRIPTOR, pub NumberOfStorages: u32, pub Storage: *mut DFS_STORAGE_INFO_1, }
Expand description

Required features: "Win32_Storage_DistributedFileSystem", "Win32_Security"

Fields

EntryPath: PWSTRComment: PWSTRState: u32Timeout: u32Guid: GUIDPropertyFlags: u32MetadataSize: u32SdLengthReserved: u32pSecurityDescriptor: PSECURITY_DESCRIPTORNumberOfStorages: u32Storage: *mut DFS_STORAGE_INFO_1

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.