Struct windows_sys::UI::Composition::InkTrailPoint
[−]Expand description
Required features: "UI_Composition"
, "Foundation"
Fields
Point: Point
Radius: f32
Trait Implementations
impl Clone for InkTrailPoint
impl Clone for InkTrailPoint
impl Copy for InkTrailPoint
Auto Trait Implementations
impl RefUnwindSafe for InkTrailPoint
impl Send for InkTrailPoint
impl Sync for InkTrailPoint
impl Unpin for InkTrailPoint
impl UnwindSafe for InkTrailPoint
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