Struct IVMRWindowlessControl9_Vtbl
#[repr(C)]pub struct IVMRWindowlessControl9_Vtbl {Show 14 fields
pub base__: IUnknown_Vtbl,
pub GetNativeVideoSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub GetMinIdealVideoSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT,
pub GetMaxIdealVideoSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT,
pub SetVideoPosition: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: *const RECT) -> HRESULT,
pub GetVideoPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT, _: *mut RECT) -> HRESULT,
pub GetAspectRatioMode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetAspectRatioMode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetVideoClippingWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub RepaintVideo: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: HDC) -> HRESULT,
pub DisplayModeChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetCurrentImage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u8) -> HRESULT,
pub SetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULT,
pub GetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORREF) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetNativeVideoSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT
§GetMinIdealVideoSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT
§GetMaxIdealVideoSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT
§SetVideoPosition: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: *const RECT) -> HRESULT
§GetVideoPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT, _: *mut RECT) -> HRESULT
§GetAspectRatioMode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetAspectRatioMode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetVideoClippingWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§RepaintVideo: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: HDC) -> HRESULT
§DisplayModeChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetCurrentImage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u8) -> HRESULT
§SetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULT
§GetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORREF) -> HRESULT
Implementations§
§impl IVMRWindowlessControl9_Vtbl
impl IVMRWindowlessControl9_Vtbl
pub const fn new<Identity: IVMRWindowlessControl9_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVMRWindowlessControl9_Vtbl
impl RefUnwindSafe for IVMRWindowlessControl9_Vtbl
impl Send for IVMRWindowlessControl9_Vtbl
impl Sync for IVMRWindowlessControl9_Vtbl
impl Unpin for IVMRWindowlessControl9_Vtbl
impl UnwindSafe for IVMRWindowlessControl9_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