Struct windows_sys::Win32::Networking::ActiveDirectory::DS_NAME_RESULTA
[−]#[repr(C)]pub struct DS_NAME_RESULTA {
pub cItems: u32,
pub rItems: *mut DS_NAME_RESULT_ITEMA,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
cItems: u32
rItems: *mut DS_NAME_RESULT_ITEMA
Trait Implementations
impl Clone for DS_NAME_RESULTA
impl Clone for DS_NAME_RESULTA
impl Copy for DS_NAME_RESULTA
Auto Trait Implementations
impl RefUnwindSafe for DS_NAME_RESULTA
impl !Send for DS_NAME_RESULTA
impl !Sync for DS_NAME_RESULTA
impl Unpin for DS_NAME_RESULTA
impl UnwindSafe for DS_NAME_RESULTA
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