#[repr(C)]pub struct IVideoTransformSphericalProjection_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub FrameFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut SphericalVideoFrameFormat) -> HRESULT,
pub SetFrameFormat: unsafe extern "system" fn(_: *mut c_void, _: SphericalVideoFrameFormat) -> HRESULT,
pub ProjectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut SphericalVideoProjectionMode) -> HRESULT,
pub SetProjectionMode: unsafe extern "system" fn(_: *mut c_void, _: SphericalVideoProjectionMode) -> HRESULT,
pub HorizontalFieldOfViewInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetHorizontalFieldOfViewInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub ViewOrientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT,
pub SetViewOrientation: unsafe extern "system" fn(_: *mut c_void, _: Quaternion) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§FrameFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut SphericalVideoFrameFormat) -> HRESULT
§SetFrameFormat: unsafe extern "system" fn(_: *mut c_void, _: SphericalVideoFrameFormat) -> HRESULT
§ProjectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut SphericalVideoProjectionMode) -> HRESULT
§SetProjectionMode: unsafe extern "system" fn(_: *mut c_void, _: SphericalVideoProjectionMode) -> HRESULT
§HorizontalFieldOfViewInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetHorizontalFieldOfViewInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§ViewOrientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT
§SetViewOrientation: unsafe extern "system" fn(_: *mut c_void, _: Quaternion) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVideoTransformSphericalProjection_Vtbl
impl RefUnwindSafe for IVideoTransformSphericalProjection_Vtbl
impl Send for IVideoTransformSphericalProjection_Vtbl
impl Sync for IVideoTransformSphericalProjection_Vtbl
impl Unpin for IVideoTransformSphericalProjection_Vtbl
impl UnwindSafe for IVideoTransformSphericalProjection_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