Struct ICompositionLinearGradientBrush_Vtbl
#[repr(C)]pub struct ICompositionLinearGradientBrush_Vtbl {
pub base__: IInspectable_Vtbl,
pub EndPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetEndPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub StartPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetStartPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§EndPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetEndPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
§StartPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetStartPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionLinearGradientBrush_Vtbl
impl RefUnwindSafe for ICompositionLinearGradientBrush_Vtbl
impl Send for ICompositionLinearGradientBrush_Vtbl
impl Sync for ICompositionLinearGradientBrush_Vtbl
impl Unpin for ICompositionLinearGradientBrush_Vtbl
impl UnwindSafe for ICompositionLinearGradientBrush_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