pub struct EvalLimits {
pub max_animation_seconds: f64,
pub max_animation_repeat: i64,
pub max_loop_iterations: u64,
pub max_shapes: usize,
}Fields§
§max_animation_seconds: f64§max_animation_repeat: i64§max_loop_iterations: u64§max_shapes: usizeTrait Implementations§
Source§impl Clone for EvalLimits
impl Clone for EvalLimits
Source§fn clone(&self) -> EvalLimits
fn clone(&self) -> EvalLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EvalLimits
Source§impl Debug for EvalLimits
impl Debug for EvalLimits
Source§impl Default for EvalLimits
impl Default for EvalLimits
Source§impl PartialEq for EvalLimits
impl PartialEq for EvalLimits
impl StructuralPartialEq for EvalLimits
Auto Trait Implementations§
impl Freeze for EvalLimits
impl RefUnwindSafe for EvalLimits
impl Send for EvalLimits
impl Sync for EvalLimits
impl Unpin for EvalLimits
impl UnsafeUnpin for EvalLimits
impl UnwindSafe for EvalLimits
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