Struct flo_canvas::Transform2D [] [src]

pub struct Transform2D(pub (f32, f32, f32), pub (f32, f32, f32), pub (f32, f32, f32));

Represents a 2D affine transformation matrix

Trait Implementations

impl CanvasEncoding<String> for Transform2D
[src]

[src]

Encodes this item by appending it to the specified string Read more

impl Clone for Transform2D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Transform2D
[src]

impl PartialEq for Transform2D
[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 Transform2D
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Transform2D

impl Sync for Transform2D