Struct windows_sys::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],
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
cNumCursors: u32
dwReserved: u32
rgCursor: [DS_REPL_CURSOR; 1]
Trait Implementations
impl Clone for DS_REPL_CURSORS
impl Clone for DS_REPL_CURSORS
impl Copy for DS_REPL_CURSORS
Auto Trait Implementations
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
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