Struct windows::Media::IVideoFrameStatics_Vtbl
#[repr(C)]pub struct IVideoFrameStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateAsDirect3D11SurfaceBacked: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub CreateAsDirect3D11SurfaceBackedWithDevice: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat, _: i32, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateWithSoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateWithDirect3D11Surface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateAsDirect3D11SurfaceBacked: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT
§CreateAsDirect3D11SurfaceBackedWithDevice: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat, _: i32, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateWithSoftwareBitmap: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateWithDirect3D11Surface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVideoFrameStatics_Vtbl
impl RefUnwindSafe for IVideoFrameStatics_Vtbl
impl Send for IVideoFrameStatics_Vtbl
impl Sync for IVideoFrameStatics_Vtbl
impl Unpin for IVideoFrameStatics_Vtbl
impl UnwindSafe for IVideoFrameStatics_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