Struct IAMWstDecoder_Vtbl
#[repr(C)]pub struct IAMWstDecoder_Vtbl {Show 19 fields
pub base__: IUnknown_Vtbl,
pub GetDecoderLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_LEVEL) -> HRESULT,
pub GetCurrentService: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_SERVICE) -> HRESULT,
pub GetServiceState: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_STATE) -> HRESULT,
pub SetServiceState: unsafe extern "system" fn(_: *mut c_void, _: AM_WST_STATE) -> HRESULT,
pub GetOutputFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BITMAPINFOHEADER) -> HRESULT,
pub SetOutputFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BITMAPINFO) -> HRESULT,
pub GetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetRedrawAlways: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetRedrawAlways: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetDrawBackgroundMode: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_DRAWBGMODE) -> HRESULT,
pub SetDrawBackgroundMode: unsafe extern "system" fn(_: *mut c_void, _: AM_WST_DRAWBGMODE) -> HRESULT,
pub SetAnswerMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetAnswerMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetHoldPage: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetHoldPage: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub GetCurrentPage: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_PAGE) -> HRESULT,
pub SetCurrentPage: unsafe extern "system" fn(_: *mut c_void, _: AM_WST_PAGE) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetDecoderLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_LEVEL) -> HRESULT§GetCurrentService: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_SERVICE) -> HRESULT§GetServiceState: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_STATE) -> HRESULT§SetServiceState: unsafe extern "system" fn(_: *mut c_void, _: AM_WST_STATE) -> HRESULT§GetOutputFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BITMAPINFOHEADER) -> HRESULT§SetOutputFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BITMAPINFO) -> HRESULT§GetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetRedrawAlways: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetRedrawAlways: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetDrawBackgroundMode: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_DRAWBGMODE) -> HRESULT§SetDrawBackgroundMode: unsafe extern "system" fn(_: *mut c_void, _: AM_WST_DRAWBGMODE) -> HRESULT§SetAnswerMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetAnswerMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetHoldPage: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetHoldPage: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§GetCurrentPage: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_WST_PAGE) -> HRESULT§SetCurrentPage: unsafe extern "system" fn(_: *mut c_void, _: AM_WST_PAGE) -> HRESULTImplementations§
§impl IAMWstDecoder_Vtbl
impl IAMWstDecoder_Vtbl
pub const fn new<Identity: IAMWstDecoder_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMWstDecoder_Vtbl
impl RefUnwindSafe for IAMWstDecoder_Vtbl
impl Send for IAMWstDecoder_Vtbl
impl Sync for IAMWstDecoder_Vtbl
impl Unpin for IAMWstDecoder_Vtbl
impl UnwindSafe for IAMWstDecoder_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