Struct direct2d::math::Vector2F [] [src]

#[repr(C)]
pub struct Vector2F(pub D2D_VECTOR_2F);

Methods

impl Vector2F
[src]

Trait Implementations

impl Copy for Vector2F
[src]

impl Clone for Vector2F
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Vector2F
[src]

Formats the value using the given formatter.

impl Deref for Vector2F
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Vector2F
[src]

The method called to mutably dereference a value

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

Performs the conversion.

impl Add for Vector2F
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<Point2F> for Vector2F
[src]

The resulting type after applying the + operator

The method for the + operator

impl Neg for Vector2F
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl Mul<f32> for Vector2F
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f32> for Vector2F
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Matrix3x2F> for Vector2F
[src]

The resulting type after applying the * operator

The method for the * operator