Struct direct2d::math::SizeF [] [src]

#[repr(C)]
pub struct SizeF(pub D2D1_SIZE_F);

Methods

impl SizeF
[src]

Trait Implementations

impl Copy for SizeF
[src]

impl Clone for SizeF
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SizeF
[src]

Formats the value using the given formatter.

impl Deref for SizeF
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for SizeF
[src]

The method called to mutably dereference a value

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

Performs the conversion.

impl PartialEq for SizeF
[src]

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

This method tests for !=.