Struct rich_sdl2_rust::geo::Scale
source · pub struct Scale {
pub horizontal: f32,
pub vertical: f32,
}Expand description
A scale from the normal geometry.
Fields§
§horizontal: f32A horizontal scale, normalized.
vertical: f32A vertical scale, normalized.
Trait Implementations§
source§impl PartialEq for Scale
impl PartialEq for Scale
source§impl PartialOrd for Scale
impl PartialOrd for Scale
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Scale
impl StructuralPartialEq for Scale
Auto Trait Implementations§
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