#[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§
Source§impl Clone for _KTMOBJECT_CURSOR
impl Clone for _KTMOBJECT_CURSOR
Source§fn clone(&self) -> _KTMOBJECT_CURSOR
fn clone(&self) -> _KTMOBJECT_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 moreSource§impl Debug for _KTMOBJECT_CURSOR
impl Debug for _KTMOBJECT_CURSOR
Source§impl Ord for _KTMOBJECT_CURSOR
impl Ord for _KTMOBJECT_CURSOR
Source§fn cmp(&self, other: &_KTMOBJECT_CURSOR) -> Ordering
fn cmp(&self, other: &_KTMOBJECT_CURSOR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _KTMOBJECT_CURSOR
impl PartialEq for _KTMOBJECT_CURSOR
Source§impl PartialOrd for _KTMOBJECT_CURSOR
impl PartialOrd for _KTMOBJECT_CURSOR
impl Copy for _KTMOBJECT_CURSOR
impl Eq for _KTMOBJECT_CURSOR
impl StructuralPartialEq for _KTMOBJECT_CURSOR
Auto Trait Implementations§
impl Freeze for _KTMOBJECT_CURSOR
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§
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