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