Struct windows_sys::Win32::Graphics::Direct2D::D2D1_INK_POINT
[−]Expand description
Required features: "Win32_Graphics_Direct2D"
Fields
x: f32
y: f32
radius: f32
Trait Implementations
impl Clone for D2D1_INK_POINT
impl Clone for D2D1_INK_POINT
impl Copy for D2D1_INK_POINT
Auto Trait Implementations
impl RefUnwindSafe for D2D1_INK_POINT
impl Send for D2D1_INK_POINT
impl Sync for D2D1_INK_POINT
impl Unpin for D2D1_INK_POINT
impl UnwindSafe for D2D1_INK_POINT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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