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: f64Trait Implementations§
source§impl Clone for StackerCell
impl Clone for StackerCell
source§fn clone(&self) -> StackerCell
fn clone(&self) -> StackerCell
Returns a copy 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 moresource§impl Debug for StackerCell
impl Debug for StackerCell
source§impl Default for StackerCell
impl Default for StackerCell
source§fn default() -> StackerCell
fn default() -> StackerCell
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StackerCell
impl<'de> Deserialize<'de> for StackerCell
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Interpolatable for StackerCell
impl Interpolatable for StackerCell
fn interpolate(&self, _other: &Self, _t: f64) -> Self
Auto Trait Implementations§
impl Freeze for StackerCell
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.