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

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

Methods

impl Vector2F
[src]

[src]

[src]

Trait Implementations

impl Debug for Vector2F
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Vector2F
[src]

impl Clone for Vector2F
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for Vector2F
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Vector2F
[src]

[src]

Mutably dereferences the value.

impl Add<Vector2F> for Point2F
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<Vector2F> for Point2F
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

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

[src]

Performs the conversion.

impl Add for Vector2F
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Add<Point2F> for Vector2F
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Neg for Vector2F
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl Mul<f32> for Vector2F
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<Vector2F> for f32
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div<f32> for Vector2F
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<Vector2F> for f32
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Mul<Matrix3x2F> for Vector2F
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

Auto Trait Implementations

impl Send for Vector2F

impl Sync for Vector2F