Struct ScaleTransformation
pub struct ScaleTransformation {
pub offset: f64,
pub factor: f64,
}Fields§
§offset: f64§factor: f64Implementations§
§impl ScaleTransformation
impl ScaleTransformation
Trait Implementations§
§impl Clone for ScaleTransformation
impl Clone for ScaleTransformation
§fn clone(&self) -> ScaleTransformation
fn clone(&self) -> ScaleTransformation
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 moreAuto Trait Implementations§
impl Freeze for ScaleTransformation
impl RefUnwindSafe for ScaleTransformation
impl Send for ScaleTransformation
impl Sync for ScaleTransformation
impl Unpin for ScaleTransformation
impl UnsafeUnpin for ScaleTransformation
impl UnwindSafe for ScaleTransformation
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