Struct flo_animation::RawPoint [] [src]

pub struct RawPoint {
    pub position: (f32, f32),
    pub pressure: f32,
    pub tilt: (f32, f32),
}

A raw point represents a point from an input device

Fields

Where the pointer was on the canvas

The pressure used

The tilt of the device

Trait Implementations

impl Clone for RawPoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RawPoint
[src]

impl PartialEq for RawPoint
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for RawPoint
[src]

[src]

Formats the value using the given formatter. Read more

impl From<(f32, f32)> for RawPoint
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RawPoint

impl Sync for RawPoint