Struct direct2d::math::ThicknessF [] [src]

#[repr(C)]
pub struct ThicknessF(pub D2D1_RECT_F);

Methods

impl ThicknessF
[src]

Trait Implementations

impl Copy for ThicknessF
[src]

impl Clone for ThicknessF
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ThicknessF
[src]

Formats the value using the given formatter.

impl Deref for ThicknessF
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for ThicknessF
[src]

The method called to mutably dereference a value

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

Performs the conversion.

impl Neg for ThicknessF
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl Mul<f32> for ThicknessF
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f32> for ThicknessF
[src]

The resulting type after applying the / operator

The method for the / operator