#[repr(C)]pub struct DS_NAME_RESULT_ITEMW {
pub status: u32,
pub pDomain: PWSTR,
pub pName: PWSTR,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
status: u32
pDomain: PWSTR
pName: PWSTR
Trait Implementations
impl Clone for DS_NAME_RESULT_ITEMW
impl Clone for DS_NAME_RESULT_ITEMW
impl Copy for DS_NAME_RESULT_ITEMW
Auto Trait Implementations
impl RefUnwindSafe for DS_NAME_RESULT_ITEMW
impl !Send for DS_NAME_RESULT_ITEMW
impl !Sync for DS_NAME_RESULT_ITEMW
impl Unpin for DS_NAME_RESULT_ITEMW
impl UnwindSafe for DS_NAME_RESULT_ITEMW
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