Struct windows::Devices::Display::Core::IDisplayDevice_Vtbl
#[repr(C)]pub struct IDisplayDevice_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateScanoutSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreatePrimary: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateTaskPool: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreatePeriodicFence: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: TimeSpan, _: *mut *mut c_void) -> HRESULT,
pub WaitForVBlank: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateSimpleScanout: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub IsCapabilitySupported: unsafe extern "system" fn(_: *mut c_void, _: DisplayDeviceCapability, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateScanoutSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreatePrimary: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateTaskPool: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreatePeriodicFence: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: TimeSpan, _: *mut *mut c_void) -> HRESULT
§WaitForVBlank: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateSimpleScanout: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
§IsCapabilitySupported: unsafe extern "system" fn(_: *mut c_void, _: DisplayDeviceCapability, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDisplayDevice_Vtbl
impl RefUnwindSafe for IDisplayDevice_Vtbl
impl Send for IDisplayDevice_Vtbl
impl Sync for IDisplayDevice_Vtbl
impl Unpin for IDisplayDevice_Vtbl
impl UnwindSafe for IDisplayDevice_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