Struct forma_render::math::GeomPresTransform
source · pub struct GeomPresTransform(_);Implementations§
Trait Implementations§
source§impl Clone for GeomPresTransform
impl Clone for GeomPresTransform
source§fn clone(&self) -> GeomPresTransform
fn clone(&self) -> GeomPresTransform
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GeomPresTransform
impl Debug for GeomPresTransform
source§impl Default for GeomPresTransform
impl Default for GeomPresTransform
source§fn default() -> GeomPresTransform
fn default() -> GeomPresTransform
Returns the “default value” for a type. Read more
source§impl PartialEq<GeomPresTransform> for GeomPresTransform
impl PartialEq<GeomPresTransform> for GeomPresTransform
source§fn eq(&self, other: &GeomPresTransform) -> bool
fn eq(&self, other: &GeomPresTransform) -> bool
source§impl TryFrom<AffineTransform> for GeomPresTransform
impl TryFrom<AffineTransform> for GeomPresTransform
§type Error = GeomPresTransformError
type Error = GeomPresTransformError
The type returned in the event of a conversion error.
impl Copy for GeomPresTransform
impl Eq for GeomPresTransform
impl StructuralEq for GeomPresTransform
impl StructuralPartialEq for GeomPresTransform
Auto Trait Implementations§
impl RefUnwindSafe for GeomPresTransform
impl Send for GeomPresTransform
impl Sync for GeomPresTransform
impl Unpin for GeomPresTransform
impl UnwindSafe for GeomPresTransform
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.