pub struct Scale {
pub horizontal: f32,
pub vertical: f32,
}
Expand description
A scale from the normal geometry.
Fields§
§horizontal: f32
A horizontal scale, normalized.
vertical: f32
A vertical scale, normalized.
Trait Implementations§
Source§impl PartialOrd for Scale
impl PartialOrd for Scale
impl Copy for Scale
impl StructuralPartialEq for Scale
Auto Trait Implementations§
impl Freeze for Scale
impl RefUnwindSafe for Scale
impl Send for Scale
impl Sync for Scale
impl Unpin for Scale
impl UnwindSafe for Scale
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