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,
}
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§
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