Struct IVideoWindow_Vtbl
#[repr(C)]pub struct IVideoWindow_Vtbl {Show 40 fields
pub base__: IDispatch_Vtbl,
pub SetCaption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetWindowStyle: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub WindowStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetWindowStyleEx: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub WindowStyleEx: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAutoShow: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub AutoShow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetWindowState: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub WindowState: unsafe extern "system" fn(_: *mut c_void, _: *mut SHOW_WINDOW_CMD) -> HRESULT,
pub SetBackgroundPalette: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub BackgroundPalette: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetVisible: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetLeft: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Left: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetWidth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Width: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetTop: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Top: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetHeight: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetOwner: unsafe extern "system" fn(_: *mut c_void, _: isize) -> HRESULT,
pub Owner: unsafe extern "system" fn(_: *mut c_void, _: *mut isize) -> HRESULT,
pub SetMessageDrain: unsafe extern "system" fn(_: *mut c_void, _: isize) -> HRESULT,
pub MessageDrain: unsafe extern "system" fn(_: *mut c_void, _: *mut isize) -> HRESULT,
pub BorderColor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub FullScreenMode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetFullScreenMode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SetWindowForeground: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub NotifyOwnerMessage: unsafe extern "system" fn(_: *mut c_void, _: isize, _: i32, _: isize, _: isize) -> HRESULT,
pub SetWindowPosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: i32) -> HRESULT,
pub GetWindowPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub GetMinIdealImageSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT,
pub GetMaxIdealImageSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT,
pub GetRestorePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub HideCursor: unsafe extern "system" fn(_: *mut c_void, _: OA_BOOL) -> HRESULT,
pub IsCursorHidden: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§SetCaption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetWindowStyle: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§WindowStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetWindowStyleEx: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§WindowStyleEx: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetAutoShow: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§AutoShow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetWindowState: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§WindowState: unsafe extern "system" fn(_: *mut c_void, _: *mut SHOW_WINDOW_CMD) -> HRESULT§SetBackgroundPalette: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§BackgroundPalette: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetVisible: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetLeft: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Left: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetWidth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Width: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetTop: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Top: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetHeight: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetOwner: unsafe extern "system" fn(_: *mut c_void, _: isize) -> HRESULT§Owner: unsafe extern "system" fn(_: *mut c_void, _: *mut isize) -> HRESULT§SetMessageDrain: unsafe extern "system" fn(_: *mut c_void, _: isize) -> HRESULT§MessageDrain: unsafe extern "system" fn(_: *mut c_void, _: *mut isize) -> HRESULT§BorderColor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§FullScreenMode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetFullScreenMode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§SetWindowForeground: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§NotifyOwnerMessage: unsafe extern "system" fn(_: *mut c_void, _: isize, _: i32, _: isize, _: isize) -> HRESULT§SetWindowPosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: i32) -> HRESULT§GetWindowPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT§GetMinIdealImageSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT§GetMaxIdealImageSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT§GetRestorePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT§HideCursor: unsafe extern "system" fn(_: *mut c_void, _: OA_BOOL) -> HRESULT§IsCursorHidden: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULTImplementations§
§impl IVideoWindow_Vtbl
impl IVideoWindow_Vtbl
pub const fn new<Identity: IVideoWindow_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVideoWindow_Vtbl
impl RefUnwindSafe for IVideoWindow_Vtbl
impl Send for IVideoWindow_Vtbl
impl Sync for IVideoWindow_Vtbl
impl Unpin for IVideoWindow_Vtbl
impl UnwindSafe for IVideoWindow_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