Struct DFS_SUPPORTED_NAMESPACE_VERSION_INFO
#[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,
}
Fields§
§DomainDfsMajorVersion: u32
§DomainDfsMinorVersion: u32
§DomainDfsCapabilities: u64
§StandaloneDfsMajorVersion: u32
§StandaloneDfsMinorVersion: u32
§StandaloneDfsCapabilities: u64
Trait Implementations§
§impl Clone for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
impl Clone for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
§fn clone(&self) -> DFS_SUPPORTED_NAMESPACE_VERSION_INFO
fn clone(&self) -> DFS_SUPPORTED_NAMESPACE_VERSION_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
impl PartialEq for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
§fn eq(&self, other: &DFS_SUPPORTED_NAMESPACE_VERSION_INFO) -> bool
fn eq(&self, other: &DFS_SUPPORTED_NAMESPACE_VERSION_INFO) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
impl StructuralPartialEq for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
Auto Trait Implementations§
impl Freeze for DFS_SUPPORTED_NAMESPACE_VERSION_INFO
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§
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