Struct pax_std::types::StackerCellProperties
source · [−]pub struct StackerCellProperties {
pub x_px: f64,
pub y_px: f64,
pub width_px: f64,
pub height_px: f64,
}Fields
x_px: f64y_px: f64width_px: f64height_px: f64Trait Implementations
sourceimpl Clone for StackerCellProperties
impl Clone for StackerCellProperties
sourcefn clone(&self) -> StackerCellProperties
fn clone(&self) -> StackerCellProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for StackerCellProperties
impl Send for StackerCellProperties
impl Sync for StackerCellProperties
impl Unpin for StackerCellProperties
impl UnwindSafe for StackerCellProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
sourcefn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
sourceimpl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
sourcefn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.