#[repr(C)]pub struct DFS_SUPPORTED_NAMESPACE_VERSION_INFO {
pub DomainDfsMajorVersion: u32,
pub DomainDfsMinorVersion: u32,
pub DomainDfsCapabilities: u64,
pub StandaloneDfsMajorVersion: u32,
pub StandaloneDfsMinorVersion: u32,
pub StandaloneDfsCapabilities: u64,
}Expand description
Required features: "Win32_Storage_DistributedFileSystem"
Fields
DomainDfsMajorVersion: u32DomainDfsMinorVersion: u32DomainDfsCapabilities: u64StandaloneDfsMajorVersion: u32StandaloneDfsMinorVersion: u32StandaloneDfsCapabilities: u64Trait Implementations
impl Copy for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
impl Send for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
impl Sync for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
impl Unpin for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
impl UnwindSafe for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more