Struct IGazeDevicePreview_Vtbl
#[repr(C)]pub struct IGazeDevicePreview_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub CanTrackEyes: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanTrackHead: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ConfigurationState: unsafe extern "system" fn(_: *mut c_void, _: *mut GazeDeviceConfigurationStatePreview) -> HRESULT,
pub RequestCalibrationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNumericControlDescriptions: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16, _: *mut *mut c_void) -> HRESULT,
pub GetBooleanControlDescriptions: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§CanTrackEyes: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§CanTrackHead: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§ConfigurationState: unsafe extern "system" fn(_: *mut c_void, _: *mut GazeDeviceConfigurationStatePreview) -> HRESULT§RequestCalibrationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetNumericControlDescriptions: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16, _: *mut *mut c_void) -> HRESULT§GetBooleanControlDescriptions: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IGazeDevicePreview_Vtbl
impl RefUnwindSafe for IGazeDevicePreview_Vtbl
impl Send for IGazeDevicePreview_Vtbl
impl Sync for IGazeDevicePreview_Vtbl
impl Unpin for IGazeDevicePreview_Vtbl
impl UnwindSafe for IGazeDevicePreview_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