Struct windows::Win32::Media::Multimedia::IAVIStream_Vtbl
#[repr(C)]pub struct IAVIStream_Vtbl {
pub base__: IUnknown_Vtbl,
pub Create: unsafe extern "system" fn(_: *mut c_void, _: LPARAM, _: LPARAM) -> HRESULT,
pub Info: unsafe extern "system" fn(_: *mut c_void, _: *mut AVISTREAMINFOW, _: i32) -> HRESULT,
pub FindSample: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> i32,
pub ReadFormat: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut i32) -> HRESULT,
pub SetFormat: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const c_void, _: i32) -> HRESULT,
pub Read: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void, _: i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub Write: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *const c_void, _: i32, _: u32, _: *mut i32, _: *mut i32) -> HRESULT,
pub Delete: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub ReadData: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut i32) -> HRESULT,
pub WriteData: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: i32) -> HRESULT,
pub SetInfo: unsafe extern "system" fn(_: *mut c_void, _: *const AVISTREAMINFOW, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Create: unsafe extern "system" fn(_: *mut c_void, _: LPARAM, _: LPARAM) -> HRESULT
§Info: unsafe extern "system" fn(_: *mut c_void, _: *mut AVISTREAMINFOW, _: i32) -> HRESULT
§FindSample: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> i32
§ReadFormat: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut i32) -> HRESULT
§SetFormat: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const c_void, _: i32) -> HRESULT
§Read: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void, _: i32, _: *mut i32, _: *mut i32) -> HRESULT
§Write: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *const c_void, _: i32, _: u32, _: *mut i32, _: *mut i32) -> HRESULT
§Delete: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§ReadData: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut i32) -> HRESULT
§WriteData: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: i32) -> HRESULT
§SetInfo: unsafe extern "system" fn(_: *mut c_void, _: *const AVISTREAMINFOW, _: i32) -> HRESULT
Implementations§
§impl IAVIStream_Vtbl
impl IAVIStream_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAVIStream_Vtblwhere
Identity: IAVIStream_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAVIStream_Vtbl
impl RefUnwindSafe for IAVIStream_Vtbl
impl Send for IAVIStream_Vtbl
impl Sync for IAVIStream_Vtbl
impl Unpin for IAVIStream_Vtbl
impl UnwindSafe for IAVIStream_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