Struct windows::Graphics::Holographic::IHolographicCamera_Vtbl
#[repr(C)]pub struct IHolographicCamera_Vtbl {
pub base__: IInspectable_Vtbl,
pub RenderTargetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT,
pub ViewportScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetViewportScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub IsStereo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetNearPlaneDistance: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub SetFarPlaneDistance: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RenderTargetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT
§ViewportScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetViewportScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§IsStereo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetNearPlaneDistance: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§SetFarPlaneDistance: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHolographicCamera_Vtbl
impl RefUnwindSafe for IHolographicCamera_Vtbl
impl Send for IHolographicCamera_Vtbl
impl Sync for IHolographicCamera_Vtbl
impl Unpin for IHolographicCamera_Vtbl
impl UnwindSafe for IHolographicCamera_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