Struct IDisplayModeInfo_Vtbl
#[repr(C)]pub struct IDisplayModeInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub SourceResolution: unsafe extern "system" fn(_: *mut c_void, _: *mut SizeInt32) -> HRESULT,
pub IsStereo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SourcePixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT,
pub TargetResolution: unsafe extern "system" fn(_: *mut c_void, _: *mut SizeInt32) -> HRESULT,
pub PresentationRate: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayPresentationRate) -> HRESULT,
pub IsInterlaced: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub GetWireFormatSupportedBitsPerChannel: unsafe extern "system" fn(_: *mut c_void, _: DisplayWireFormatPixelEncoding, _: *mut DisplayBitsPerChannel) -> HRESULT,
pub IsWireFormatSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SourceResolution: unsafe extern "system" fn(_: *mut c_void, _: *mut SizeInt32) -> HRESULT§IsStereo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SourcePixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT§TargetResolution: unsafe extern "system" fn(_: *mut c_void, _: *mut SizeInt32) -> HRESULT§PresentationRate: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayPresentationRate) -> HRESULT§IsInterlaced: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§GetWireFormatSupportedBitsPerChannel: unsafe extern "system" fn(_: *mut c_void, _: DisplayWireFormatPixelEncoding, _: *mut DisplayBitsPerChannel) -> HRESULT§IsWireFormatSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IDisplayModeInfo_Vtbl
impl RefUnwindSafe for IDisplayModeInfo_Vtbl
impl Send for IDisplayModeInfo_Vtbl
impl Sync for IDisplayModeInfo_Vtbl
impl Unpin for IDisplayModeInfo_Vtbl
impl UnwindSafe for IDisplayModeInfo_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