#[repr(C)]pub struct ID2D1RenderInfoVtbl {
pub parent: IUnknownVtbl,
pub SetInputDescription: unsafe extern "system" fn(This: *mut ID2D1RenderInfo, inputIndex: UINT32, inputDescription: D2D1_INPUT_DESCRIPTION) -> HRESULT,
pub SetOutputBuffer: unsafe extern "system" fn(This: *mut ID2D1RenderInfo, bufferPrecision: D2D1_BUFFER_PRECISION, channelDepth: D2D1_CHANNEL_DEPTH) -> HRESULT,
pub SetCached: unsafe extern "system" fn(This: *mut ID2D1RenderInfo, isCached: BOOL),
pub SetInstructionCountHint: unsafe extern "system" fn(This: *mut ID2D1RenderInfo, instructionCount: UINT32),
}
Fields§
§parent: IUnknownVtbl
§SetInputDescription: unsafe extern "system" fn(This: *mut ID2D1RenderInfo, inputIndex: UINT32, inputDescription: D2D1_INPUT_DESCRIPTION) -> HRESULT
§SetOutputBuffer: unsafe extern "system" fn(This: *mut ID2D1RenderInfo, bufferPrecision: D2D1_BUFFER_PRECISION, channelDepth: D2D1_CHANNEL_DEPTH) -> HRESULT
§SetCached: unsafe extern "system" fn(This: *mut ID2D1RenderInfo, isCached: BOOL)
§SetInstructionCountHint: unsafe extern "system" fn(This: *mut ID2D1RenderInfo, instructionCount: UINT32)
Auto Trait Implementations§
impl Freeze for ID2D1RenderInfoVtbl
impl RefUnwindSafe for ID2D1RenderInfoVtbl
impl Send for ID2D1RenderInfoVtbl
impl Sync for ID2D1RenderInfoVtbl
impl Unpin for ID2D1RenderInfoVtbl
impl UnwindSafe for ID2D1RenderInfoVtbl
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