Struct windows_sys::Win32::Networking::ActiveDirectory::DOMAIN_TREE
[−]#[repr(C)]pub struct DOMAIN_TREE {
pub dsSize: u32,
pub dwCount: u32,
pub aDomains: [DOMAINDESC; 1],
}Expand description
Required features: ‘Win32_Networking_ActiveDirectory’, ‘Win32_Foundation’
Fields
dsSize: u32dwCount: u32aDomains: [DOMAINDESC; 1]Trait Implementations
impl Clone for DOMAIN_TREE
impl Clone for DOMAIN_TREE
impl Copy for DOMAIN_TREE
Auto Trait Implementations
impl RefUnwindSafe for DOMAIN_TREE
impl !Send for DOMAIN_TREE
impl !Sync for DOMAIN_TREE
impl Unpin for DOMAIN_TREE
impl UnwindSafe for DOMAIN_TREE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more