Struct IHolographicQuadLayerUpdateParameters_Vtbl
#[repr(C)]pub struct IHolographicQuadLayerUpdateParameters_Vtbl {
pub base__: IInspectable_Vtbl,
pub AcquireBufferToUpdateContent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UpdateViewport: unsafe extern "system" fn(_: *mut c_void, _: Rect) -> HRESULT,
pub UpdateContentProtectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub UpdateExtents: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub UpdateLocationWithStationaryMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector3, _: Quaternion) -> HRESULT,
pub UpdateLocationWithDisplayRelativeMode: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: Quaternion) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§AcquireBufferToUpdateContent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UpdateViewport: unsafe extern "system" fn(_: *mut c_void, _: Rect) -> HRESULT§UpdateContentProtectionEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§UpdateExtents: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT§UpdateLocationWithStationaryMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector3, _: Quaternion) -> HRESULT§UpdateLocationWithDisplayRelativeMode: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: Quaternion) -> HRESULTAuto Trait Implementations§
impl Freeze for IHolographicQuadLayerUpdateParameters_Vtbl
impl RefUnwindSafe for IHolographicQuadLayerUpdateParameters_Vtbl
impl Send for IHolographicQuadLayerUpdateParameters_Vtbl
impl Sync for IHolographicQuadLayerUpdateParameters_Vtbl
impl Unpin for IHolographicQuadLayerUpdateParameters_Vtbl
impl UnwindSafe for IHolographicQuadLayerUpdateParameters_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