Struct windows::Win32::Media::DirectShow::IVMRSurface9_Vtbl
#[repr(C)]pub struct IVMRSurface9_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsSurfaceLocked: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub LockSurface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u8) -> HRESULT,
pub UnlockSurface: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetSurface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsSurfaceLocked: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§LockSurface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u8) -> HRESULT
§UnlockSurface: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetSurface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVMRSurface9_Vtbl
impl IVMRSurface9_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVMRSurface9_Vtblwhere
Identity: IVMRSurface9_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVMRSurface9_Vtbl
impl RefUnwindSafe for IVMRSurface9_Vtbl
impl Send for IVMRSurface9_Vtbl
impl Sync for IVMRSurface9_Vtbl
impl Unpin for IVMRSurface9_Vtbl
impl UnwindSafe for IVMRSurface9_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