#[repr(C)]pub struct ID2D1GradientStopCollection1Vtbl {
pub parent: ID2D1GradientStopCollectionVtbl,
pub GetGradientStops1: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1, gradientStops: *mut D2D1_GRADIENT_STOP, gradientStopsCount: UINT32),
pub GetPreInterpolationSpace: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1) -> D2D1_COLOR_SPACE,
pub GetPostInterpolationSpace: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1) -> D2D1_COLOR_SPACE,
pub GetBufferPrecision: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1) -> D2D1_BUFFER_PRECISION,
pub GetColorInterpolationMode: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1) -> D2D1_COLOR_INTERPOLATION_MODE,
}Fields§
§parent: ID2D1GradientStopCollectionVtbl§GetGradientStops1: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1, gradientStops: *mut D2D1_GRADIENT_STOP, gradientStopsCount: UINT32)§GetPreInterpolationSpace: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1) -> D2D1_COLOR_SPACE§GetPostInterpolationSpace: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1) -> D2D1_COLOR_SPACE§GetBufferPrecision: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1) -> D2D1_BUFFER_PRECISION§GetColorInterpolationMode: unsafe extern "system" fn(This: *mut ID2D1GradientStopCollection1) -> D2D1_COLOR_INTERPOLATION_MODEAuto Trait Implementations§
impl Freeze for ID2D1GradientStopCollection1Vtbl
impl RefUnwindSafe for ID2D1GradientStopCollection1Vtbl
impl Send for ID2D1GradientStopCollection1Vtbl
impl Sync for ID2D1GradientStopCollection1Vtbl
impl Unpin for ID2D1GradientStopCollection1Vtbl
impl UnwindSafe for ID2D1GradientStopCollection1Vtbl
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