pub struct GlassDeformation { /* private fields */ }Expand description
A normalized motion axis and reciprocal scales for incompressible glass. Construction derives the cross-axis scale, so callers cannot describe a deformation that changes the bubble’s area.
Implementations§
Trait Implementations§
Source§impl Clone for GlassDeformation
impl Clone for GlassDeformation
Source§fn clone(&self) -> GlassDeformation
fn clone(&self) -> GlassDeformation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GlassDeformation
Source§impl Debug for GlassDeformation
impl Debug for GlassDeformation
Source§impl PartialEq for GlassDeformation
impl PartialEq for GlassDeformation
impl StructuralPartialEq for GlassDeformation
Auto Trait Implementations§
impl Freeze for GlassDeformation
impl RefUnwindSafe for GlassDeformation
impl Send for GlassDeformation
impl Sync for GlassDeformation
impl Unpin for GlassDeformation
impl UnsafeUnpin for GlassDeformation
impl UnwindSafe for GlassDeformation
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