Struct windows::Win32::Networking::ActiveDirectory::DS_REPL_CURSORS
#[repr(C)]pub struct DS_REPL_CURSORS {
pub cNumCursors: u32,
pub dwReserved: u32,
pub rgCursor: [DS_REPL_CURSOR; 1],
}
Fields§
§cNumCursors: u32
§dwReserved: u32
§rgCursor: [DS_REPL_CURSOR; 1]
Trait Implementations§
§impl Clone for DS_REPL_CURSORS
impl Clone for DS_REPL_CURSORS
§fn clone(&self) -> DS_REPL_CURSORS
fn clone(&self) -> DS_REPL_CURSORS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DS_REPL_CURSORS
impl Debug for DS_REPL_CURSORS
§impl Default for DS_REPL_CURSORS
impl Default for DS_REPL_CURSORS
§impl PartialEq for DS_REPL_CURSORS
impl PartialEq for DS_REPL_CURSORS
§fn eq(&self, other: &DS_REPL_CURSORS) -> bool
fn eq(&self, other: &DS_REPL_CURSORS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DS_REPL_CURSORS
impl Eq for DS_REPL_CURSORS
impl StructuralPartialEq for DS_REPL_CURSORS
Auto Trait Implementations§
impl Freeze for DS_REPL_CURSORS
impl RefUnwindSafe for DS_REPL_CURSORS
impl Send for DS_REPL_CURSORS
impl Sync for DS_REPL_CURSORS
impl Unpin for DS_REPL_CURSORS
impl UnwindSafe for DS_REPL_CURSORS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)