Struct win_sys::SystemServices::KTMOBJECT_CURSOR [−][src]
#[repr(C)]pub struct KTMOBJECT_CURSOR {
pub LastQuery: GUID,
pub ObjectIdCount: u32,
pub ObjectIds: [GUID; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
LastQuery: GUIDObjectIdCount: u32ObjectIds: [GUID; 1]Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more