Struct pax_std::types::StackerCell
source · pub struct StackerCell {
pub x_px: f64,
pub y_px: f64,
pub width_px: f64,
pub height_px: f64,
}
Fields§
§x_px: f64
§y_px: f64
§width_px: f64
§height_px: f64
Trait Implementations§
source§impl Clone for StackerCell
impl Clone for StackerCell
source§impl Default for StackerCell
impl Default for StackerCell
source§impl Interpolatable for StackerCell
impl Interpolatable for StackerCell
fn interpolate(&self, _other: &Self, _t: f64) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for StackerCell
impl Send for StackerCell
impl Sync for StackerCell
impl Unpin for StackerCell
impl UnwindSafe for StackerCell
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
source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.