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_Foundation"
Fields§
§dsSize: u32§dwCount: u32§aDomains: [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§
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