pub struct TransformOwned {
pub scale: [f64; 3],
pub translate: [f64; 3],
}Fields§
§scale: [f64; 3]§translate: [f64; 3]Trait Implementations§
Source§impl Clone for TransformOwned
impl Clone for TransformOwned
Source§fn clone(&self) -> TransformOwned
fn clone(&self) -> TransformOwned
Returns a duplicate 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 TransformOwned
impl Debug for TransformOwned
Source§impl Default for TransformOwned
impl Default for TransformOwned
Source§fn default() -> TransformOwned
fn default() -> TransformOwned
Returns the “default value” for a type. Read more
impl Copy for TransformOwned
Auto Trait Implementations§
impl Freeze for TransformOwned
impl RefUnwindSafe for TransformOwned
impl Send for TransformOwned
impl Sync for TransformOwned
impl Unpin for TransformOwned
impl UnsafeUnpin for TransformOwned
impl UnwindSafe for TransformOwned
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more