Struct DS_REPL_CURSOR
#[repr(C)]pub struct DS_REPL_CURSOR {
pub uuidSourceDsaInvocationID: GUID,
pub usnAttributeFilter: i64,
}
Fields§
§uuidSourceDsaInvocationID: GUID
§usnAttributeFilter: i64
Trait Implementations§
§impl Clone for DS_REPL_CURSOR
impl Clone for DS_REPL_CURSOR
§fn clone(&self) -> DS_REPL_CURSOR
fn clone(&self) -> DS_REPL_CURSOR
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 moreimpl Copy for DS_REPL_CURSOR
Auto Trait Implementations§
impl Freeze for DS_REPL_CURSOR
impl RefUnwindSafe for DS_REPL_CURSOR
impl Send for DS_REPL_CURSOR
impl Sync for DS_REPL_CURSOR
impl Unpin for DS_REPL_CURSOR
impl UnwindSafe for DS_REPL_CURSOR
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