Struct webrender_api::ZoomFactor [] [src]

pub struct ZoomFactor(_);

Represents a zoom factor.

Methods

impl ZoomFactor
[src]

[src]

Construct a new zoom factor.

[src]

Get the zoom factor as an untyped float.

Trait Implementations

impl Clone for ZoomFactor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ZoomFactor
[src]

impl Debug for ZoomFactor
[src]

[src]

Formats the value using the given formatter. Read more