Struct windows::Win32::System::WinRT::Holographic::IHolographicCameraRenderingParametersInterop_Vtbl
#[repr(C)]pub struct IHolographicCameraRenderingParametersInterop_Vtbl {
pub base__: IInspectable_Vtbl,
pub CommitDirect3D12Resource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u64) -> HRESULT,
pub CommitDirect3D12ResourceWithDepthData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u64, _: *mut c_void, _: *mut c_void, _: u64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CommitDirect3D12Resource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u64) -> HRESULT
§CommitDirect3D12ResourceWithDepthData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u64, _: *mut c_void, _: *mut c_void, _: u64) -> HRESULT
Implementations§
§impl IHolographicCameraRenderingParametersInterop_Vtbl
impl IHolographicCameraRenderingParametersInterop_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHolographicCameraRenderingParametersInterop_Vtblwhere
Identity: IHolographicCameraRenderingParametersInterop_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHolographicCameraRenderingParametersInterop_Vtbl
impl RefUnwindSafe for IHolographicCameraRenderingParametersInterop_Vtbl
impl Send for IHolographicCameraRenderingParametersInterop_Vtbl
impl Sync for IHolographicCameraRenderingParametersInterop_Vtbl
impl Unpin for IHolographicCameraRenderingParametersInterop_Vtbl
impl UnwindSafe for IHolographicCameraRenderingParametersInterop_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