#[repr(C)]pub struct ID2D1EllipseGeometryVtbl {
pub parent: ID2D1GeometryVtbl,
pub GetEllipse: unsafe extern "system" fn(This: *mut ID2D1EllipseGeometry, ellipse: *mut D2D1_ELLIPSE),
}
Fields§
§parent: ID2D1GeometryVtbl
§GetEllipse: unsafe extern "system" fn(This: *mut ID2D1EllipseGeometry, ellipse: *mut D2D1_ELLIPSE)
Auto Trait Implementations§
impl Freeze for ID2D1EllipseGeometryVtbl
impl RefUnwindSafe for ID2D1EllipseGeometryVtbl
impl Send for ID2D1EllipseGeometryVtbl
impl Sync for ID2D1EllipseGeometryVtbl
impl Unpin for ID2D1EllipseGeometryVtbl
impl UnwindSafe for ID2D1EllipseGeometryVtbl
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