Struct IMediaPlaybackSphericalVideoProjection_Vtbl
#[repr(C)]pub struct IMediaPlaybackSphericalVideoProjection_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 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,
pub ProjectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut SphericalVideoProjectionMode) -> HRESULT,
pub SetProjectionMode: unsafe extern "system" fn(_: *mut c_void, _: SphericalVideoProjectionMode) -> 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§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§ProjectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut SphericalVideoProjectionMode) -> HRESULT§SetProjectionMode: unsafe extern "system" fn(_: *mut c_void, _: SphericalVideoProjectionMode) -> HRESULTAuto Trait Implementations§
impl Freeze for IMediaPlaybackSphericalVideoProjection_Vtbl
impl RefUnwindSafe for IMediaPlaybackSphericalVideoProjection_Vtbl
impl Send for IMediaPlaybackSphericalVideoProjection_Vtbl
impl Sync for IMediaPlaybackSphericalVideoProjection_Vtbl
impl Unpin for IMediaPlaybackSphericalVideoProjection_Vtbl
impl UnwindSafe for IMediaPlaybackSphericalVideoProjection_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