#[repr(C)]
pub struct IVideoWindow_Vtbl {
Show 40 fields pub base__: IDispatch_Vtbl, pub SetCaption: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> 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, _: MaybeUninit<BSTR>) -> HRESULT§Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> 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) -> HRESULT

Implementations§

§

impl IVideoWindow_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IVideoWindow_Impl, const OFFSET: isize>( ) -> IVideoWindow_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.