Struct windows_sys::Win32::System::SystemServices::KTMOBJECT_CURSOR
[−]#[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: GUID
ObjectIdCount: u32
ObjectIds: [GUID; 1]
Trait Implementations
impl Clone for KTMOBJECT_CURSOR
impl Clone for KTMOBJECT_CURSOR
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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