Struct windows::Win32::Graphics::DirectWrite::IDWritePaintReader_Vtbl
#[repr(C)]pub struct IDWritePaintReader_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetCurrentGlyph: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_PAINT_ELEMENT, _: u32, _: *mut D2D_RECT_F, _: *mut DWRITE_PAINT_ATTRIBUTES) -> HRESULT,
pub SetTextColor: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_COLOR_F) -> HRESULT,
pub SetColorPaletteIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetCustomColorPalette: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_COLOR_F, _: u32) -> HRESULT,
pub MoveToFirstChild: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_PAINT_ELEMENT, _: u32) -> HRESULT,
pub MoveToNextSibling: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_PAINT_ELEMENT, _: u32) -> HRESULT,
pub MoveToParent: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetGradientStops: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut D2D1_GRADIENT_STOP) -> HRESULT,
pub GetGradientStopColors: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DWRITE_PAINT_COLOR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetCurrentGlyph: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_PAINT_ELEMENT, _: u32, _: *mut D2D_RECT_F, _: *mut DWRITE_PAINT_ATTRIBUTES) -> HRESULT
§SetTextColor: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_COLOR_F) -> HRESULT
§SetColorPaletteIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetCustomColorPalette: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_COLOR_F, _: u32) -> HRESULT
§MoveToFirstChild: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_PAINT_ELEMENT, _: u32) -> HRESULT
§MoveToNextSibling: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_PAINT_ELEMENT, _: u32) -> HRESULT
§MoveToParent: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetGradientStops: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut D2D1_GRADIENT_STOP) -> HRESULT
§GetGradientStopColors: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DWRITE_PAINT_COLOR) -> HRESULT
Implementations§
§impl IDWritePaintReader_Vtbl
impl IDWritePaintReader_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWritePaintReader_Vtblwhere
Identity: IDWritePaintReader_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWritePaintReader_Vtbl
impl RefUnwindSafe for IDWritePaintReader_Vtbl
impl Send for IDWritePaintReader_Vtbl
impl Sync for IDWritePaintReader_Vtbl
impl Unpin for IDWritePaintReader_Vtbl
impl UnwindSafe for IDWritePaintReader_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