Struct ICoreCursor_Vtbl
#[repr(C)]pub struct ICoreCursor_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreCursorType) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreCursorType) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreCursor_Vtbl
impl RefUnwindSafe for ICoreCursor_Vtbl
impl Send for ICoreCursor_Vtbl
impl Sync for ICoreCursor_Vtbl
impl Unpin for ICoreCursor_Vtbl
impl UnwindSafe for ICoreCursor_Vtbl
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