Struct ICompositionGradientBrush_Vtbl
#[repr(C)]pub struct ICompositionGradientBrush_Vtbl {Show 20 fields
pub base__: IInspectable_Vtbl,
pub AnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub CenterPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetCenterPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub ColorStops: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExtendMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionGradientExtendMode) -> HRESULT,
pub SetExtendMode: unsafe extern "system" fn(_: *mut c_void, _: CompositionGradientExtendMode) -> HRESULT,
pub InterpolationSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionColorSpace) -> HRESULT,
pub SetInterpolationSpace: unsafe extern "system" fn(_: *mut c_void, _: CompositionColorSpace) -> HRESULT,
pub Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub RotationAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub RotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetRotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetScale: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub TransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix3x2) -> HRESULT,
pub SetTransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: Matrix3x2) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
§CenterPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetCenterPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
§ColorStops: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ExtendMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionGradientExtendMode) -> HRESULT
§SetExtendMode: unsafe extern "system" fn(_: *mut c_void, _: CompositionGradientExtendMode) -> HRESULT
§InterpolationSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionColorSpace) -> HRESULT
§SetInterpolationSpace: unsafe extern "system" fn(_: *mut c_void, _: CompositionColorSpace) -> HRESULT
§Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
§RotationAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§RotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetRotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetScale: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
§TransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix3x2) -> HRESULT
§SetTransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: Matrix3x2) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionGradientBrush_Vtbl
impl RefUnwindSafe for ICompositionGradientBrush_Vtbl
impl Send for ICompositionGradientBrush_Vtbl
impl Sync for ICompositionGradientBrush_Vtbl
impl Unpin for ICompositionGradientBrush_Vtbl
impl UnwindSafe for ICompositionGradientBrush_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