Struct makepad_live_compiler::live_eval::Transform
source · pub struct Transform {
pub orientation: Quat,
pub position: Vec3,
}
Fields§
§orientation: Quat
§position: Vec3
Implementations§
Trait Implementations§
source§impl PartialEq<Transform> for Transform
impl PartialEq<Transform> for Transform
impl Copy for Transform
impl StructuralPartialEq for Transform
Auto Trait Implementations§
impl RefUnwindSafe for Transform
impl Send for Transform
impl Sync for Transform
impl Unpin for Transform
impl UnwindSafe for Transform
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