Struct winapi::um::winnt::KTMOBJECT_CURSOR
source · #[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 Default for KTMOBJECT_CURSOR
impl Default for KTMOBJECT_CURSOR
source§fn default() -> KTMOBJECT_CURSOR
fn default() -> KTMOBJECT_CURSOR
Returns the “default value” for a type. Read more