Struct windows::Devices::Display::Core::IDisplayWireFormat_Vtbl
#[repr(C)]pub struct IDisplayWireFormat_Vtbl {
pub base__: IInspectable_Vtbl,
pub PixelEncoding: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayWireFormatPixelEncoding) -> HRESULT,
pub BitsPerChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ColorSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayWireFormatColorSpace) -> HRESULT,
pub Eotf: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayWireFormatEotf) -> HRESULT,
pub HdrMetadata: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayWireFormatHdrMetadata) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PixelEncoding: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayWireFormatPixelEncoding) -> HRESULT
§BitsPerChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ColorSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayWireFormatColorSpace) -> HRESULT
§Eotf: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayWireFormatEotf) -> HRESULT
§HdrMetadata: unsafe extern "system" fn(_: *mut c_void, _: *mut DisplayWireFormatHdrMetadata) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDisplayWireFormat_Vtbl
impl RefUnwindSafe for IDisplayWireFormat_Vtbl
impl Send for IDisplayWireFormat_Vtbl
impl Sync for IDisplayWireFormat_Vtbl
impl Unpin for IDisplayWireFormat_Vtbl
impl UnwindSafe for IDisplayWireFormat_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