#[repr(C)]pub struct KTMOBJECT_CURSOR {
pub LastQuery: GUID,
pub ObjectIdCount: DWORD,
pub ObjectIds: [GUID; 1],
}
Fields
LastQuery: GUID
ObjectIdCount: DWORD
ObjectIds: [GUID; 1]
Trait Implementations
sourceimpl Clone for KTMOBJECT_CURSOR
impl Clone for KTMOBJECT_CURSOR
sourcefn clone(&self) -> KTMOBJECT_CURSOR
fn clone(&self) -> KTMOBJECT_CURSOR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for KTMOBJECT_CURSOR
Auto Trait Implementations
impl RefUnwindSafe for KTMOBJECT_CURSOR
impl Send for KTMOBJECT_CURSOR
impl Sync for KTMOBJECT_CURSOR
impl Unpin for KTMOBJECT_CURSOR
impl UnwindSafe for KTMOBJECT_CURSOR
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