Struct IGetFrame_Vtbl
#[repr(C)]pub struct IGetFrame_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetFrame: unsafe extern "system" fn(_: *mut c_void, _: i32) -> *mut c_void,
pub Begin: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32) -> HRESULT,
pub End: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetFormat: unsafe extern "system" fn(_: *mut c_void, _: *const BITMAPINFOHEADER, _: *const c_void, _: i32, _: i32, _: i32, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetFrame: unsafe extern "system" fn(_: *mut c_void, _: i32) -> *mut c_void
§Begin: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32) -> HRESULT
§End: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetFormat: unsafe extern "system" fn(_: *mut c_void, _: *const BITMAPINFOHEADER, _: *const c_void, _: i32, _: i32, _: i32, _: i32) -> HRESULT
Implementations§
§impl IGetFrame_Vtbl
impl IGetFrame_Vtbl
pub const fn new<Identity: IGetFrame_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGetFrame_Vtbl
impl RefUnwindSafe for IGetFrame_Vtbl
impl Send for IGetFrame_Vtbl
impl Sync for IGetFrame_Vtbl
impl Unpin for IGetFrame_Vtbl
impl UnwindSafe for IGetFrame_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