Struct windows_sys::Win32::Storage::DistributedFileSystem::DFS_INFO_9
#[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_Security"
Fields§
§EntryPath: PWSTR
§Comment: PWSTR
§State: u32
§Timeout: u32
§Guid: GUID
§PropertyFlags: u32
§MetadataSize: u32
§SdLengthReserved: u32
§pSecurityDescriptor: PSECURITY_DESCRIPTOR
§NumberOfStorages: u32
§Storage: *mut DFS_STORAGE_INFO_1
Trait Implementations§
§impl Clone for DFS_INFO_9
impl Clone for DFS_INFO_9
impl Copy for DFS_INFO_9
Auto Trait Implementations§
impl RefUnwindSafe for DFS_INFO_9
impl !Send for DFS_INFO_9
impl !Sync for DFS_INFO_9
impl Unpin for DFS_INFO_9
impl UnwindSafe for DFS_INFO_9
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more