Struct windows_sys::Win32::Networking::ActiveDirectory::DSOBJECTNAMES
[−]#[repr(C)]pub struct DSOBJECTNAMES {
pub clsidNamespace: GUID,
pub cItems: u32,
pub aObjects: [DSOBJECT; 1],
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
clsidNamespace: GUID
cItems: u32
aObjects: [DSOBJECT; 1]
Trait Implementations
impl Clone for DSOBJECTNAMES
impl Clone for DSOBJECTNAMES
impl Copy for DSOBJECTNAMES
Auto Trait Implementations
impl RefUnwindSafe for DSOBJECTNAMES
impl Send for DSOBJECTNAMES
impl Sync for DSOBJECTNAMES
impl Unpin for DSOBJECTNAMES
impl UnwindSafe for DSOBJECTNAMES
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