Struct InkTrailPoint
#[repr(C)]pub struct InkTrailPoint {
pub Point: Point,
pub Radius: f32,
}
Fields§
§Point: Point
§Radius: f32
Trait Implementations§
§impl Clone for InkTrailPoint
impl Clone for InkTrailPoint
§fn clone(&self) -> InkTrailPoint
fn clone(&self) -> InkTrailPoint
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for InkTrailPoint
impl Debug for InkTrailPoint
§impl Default for InkTrailPoint
impl Default for InkTrailPoint
§fn default() -> InkTrailPoint
fn default() -> InkTrailPoint
Returns the “default value” for a type. Read more
§impl PartialEq for InkTrailPoint
impl PartialEq for InkTrailPoint
impl Copy for InkTrailPoint
impl StructuralPartialEq for InkTrailPoint
Auto Trait Implementations§
impl Freeze for InkTrailPoint
impl RefUnwindSafe for InkTrailPoint
impl Send for InkTrailPoint
impl Sync for InkTrailPoint
impl Unpin for InkTrailPoint
impl UnwindSafe for InkTrailPoint
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