Enum hapi_rs::node::TransformComponent
source · #[repr(i32)]
#[non_exhaustive]
pub enum TransformComponent {
Show 13 variants
Tx,
Ty,
Tz,
Rx,
Ry,
Rz,
Qx,
Qy,
Qz,
Qw,
Sx,
Sy,
Sz,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl Clone for TransformComponent
impl Clone for TransformComponent
source§fn clone(&self) -> TransformComponent
fn clone(&self) -> TransformComponent
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 TransformComponent
impl Debug for TransformComponent
source§impl Hash for TransformComponent
impl Hash for TransformComponent
source§impl PartialEq<TransformComponent> for TransformComponent
impl PartialEq<TransformComponent> for TransformComponent
source§fn eq(&self, other: &TransformComponent) -> bool
fn eq(&self, other: &TransformComponent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.