Struct pax_runtime_api::ArgsRender
source · [−]Fields
frames_elapsed: usize
The current global engine tick count
bounds: (f64, f64)
The bounds of this element’s container in px
Trait Implementations
sourceimpl Clone for ArgsRender
impl Clone for ArgsRender
sourcefn clone(&self) -> ArgsRender
fn clone(&self) -> ArgsRender
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 ArgsRender
impl Send for ArgsRender
impl Sync for ArgsRender
impl Unpin for ArgsRender
impl UnwindSafe for ArgsRender
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