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