Struct windows::Graphics::Holographic::IHolographicDisplay_Vtbl
#[repr(C)]pub struct IHolographicDisplay_Vtbl {
pub base__: IInspectable_Vtbl,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub MaxViewportSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT,
pub IsStereo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsOpaque: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub AdapterId: unsafe extern "system" fn(_: *mut c_void, _: *mut HolographicAdapterId) -> HRESULT,
pub SpatialLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§MaxViewportSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT
§IsStereo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsOpaque: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§AdapterId: unsafe extern "system" fn(_: *mut c_void, _: *mut HolographicAdapterId) -> HRESULT
§SpatialLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHolographicDisplay_Vtbl
impl RefUnwindSafe for IHolographicDisplay_Vtbl
impl Send for IHolographicDisplay_Vtbl
impl Sync for IHolographicDisplay_Vtbl
impl Unpin for IHolographicDisplay_Vtbl
impl UnwindSafe for IHolographicDisplay_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