Struct windows_sys::Win32::Graphics::Direct2D::D2D1_ELLIPSE
[−]#[repr(C)]pub struct D2D1_ELLIPSE {
pub point: D2D_POINT_2F,
pub radiusX: f32,
pub radiusY: f32,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
, "Win32_Graphics_Direct2D_Common"
Fields
point: D2D_POINT_2F
radiusX: f32
radiusY: f32
Trait Implementations
impl Clone for D2D1_ELLIPSE
impl Clone for D2D1_ELLIPSE
impl Copy for D2D1_ELLIPSE
Auto Trait Implementations
impl RefUnwindSafe for D2D1_ELLIPSE
impl Send for D2D1_ELLIPSE
impl Sync for D2D1_ELLIPSE
impl Unpin for D2D1_ELLIPSE
impl UnwindSafe for D2D1_ELLIPSE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more