Struct IFullScreenVideo_Vtbl
#[repr(C)]pub struct IFullScreenVideo_Vtbl {Show 18 fields
pub base__: IUnknown_Vtbl,
pub CountModes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetModeInfo: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub GetCurrentMode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub IsModeAvailable: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub IsModeEnabled: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub GetClipFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetClipFactor: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SetMessageDrain: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub GetMessageDrain: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
pub SetMonitor: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetMonitor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub HideOnDeactivate: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub IsHideOnDeactivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetCaption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetCaption: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDefault: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§CountModes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§GetModeInfo: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32, _: *mut i32, _: *mut i32) -> HRESULT§GetCurrentMode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§IsModeAvailable: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§IsModeEnabled: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT§GetClipFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetClipFactor: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§SetMessageDrain: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT§GetMessageDrain: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT§SetMonitor: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetMonitor: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§HideOnDeactivate: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§IsHideOnDeactivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SetCaption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetCaption: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDefault: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl IFullScreenVideo_Vtbl
impl IFullScreenVideo_Vtbl
pub const fn new<Identity: IFullScreenVideo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFullScreenVideo_Vtbl
impl RefUnwindSafe for IFullScreenVideo_Vtbl
impl Send for IFullScreenVideo_Vtbl
impl Sync for IFullScreenVideo_Vtbl
impl Unpin for IFullScreenVideo_Vtbl
impl UnwindSafe for IFullScreenVideo_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