Struct windows::Graphics::Holographic::IHolographicSpace_Vtbl
#[repr(C)]pub struct IHolographicSpace_Vtbl {
pub base__: IInspectable_Vtbl,
pub PrimaryAdapterId: unsafe extern "system" fn(_: *mut c_void, _: *mut HolographicAdapterId) -> HRESULT,
pub SetDirect3D11Device: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CameraAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveCameraAdded: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub CameraRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveCameraRemoved: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub CreateNextFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PrimaryAdapterId: unsafe extern "system" fn(_: *mut c_void, _: *mut HolographicAdapterId) -> HRESULT
§SetDirect3D11Device: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CameraAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveCameraAdded: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§CameraRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveCameraRemoved: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§CreateNextFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHolographicSpace_Vtbl
impl RefUnwindSafe for IHolographicSpace_Vtbl
impl Send for IHolographicSpace_Vtbl
impl Sync for IHolographicSpace_Vtbl
impl Unpin for IHolographicSpace_Vtbl
impl UnwindSafe for IHolographicSpace_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