Struct windows::Devices::Display::Core::IDisplayPrimaryDescription_Vtbl
#[repr(C)]pub struct IDisplayPrimaryDescription_Vtbl {
pub base__: IInspectable_Vtbl,
pub Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Format: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT,
pub ColorSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXColorSpace) -> HRESULT,
pub IsStereo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub MultisampleDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut Direct3DMultisampleDescription) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Format: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT
§ColorSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXColorSpace) -> HRESULT
§IsStereo: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§MultisampleDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut Direct3DMultisampleDescription) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDisplayPrimaryDescription_Vtbl
impl RefUnwindSafe for IDisplayPrimaryDescription_Vtbl
impl Send for IDisplayPrimaryDescription_Vtbl
impl Sync for IDisplayPrimaryDescription_Vtbl
impl Unpin for IDisplayPrimaryDescription_Vtbl
impl UnwindSafe for IDisplayPrimaryDescription_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