Struct pax_runtime::repeat::RepeatProperties
source · pub struct RepeatProperties {
pub source_expression_vec: Option<Box<dyn PropertyInstance<Vec<Rc<RefCell<dyn Any>>>>>>,
pub source_expression_range: Option<Box<dyn PropertyInstance<Range<isize>>>>,
/* private fields */
}Expand description
Contains modal vec and range variants, describing whether the Repeat source
is encoded as a Vecdyn Any properties type) or as a Range
Fields§
§source_expression_vec: Option<Box<dyn PropertyInstance<Vec<Rc<RefCell<dyn Any>>>>>>§source_expression_range: Option<Box<dyn PropertyInstance<Range<isize>>>>Trait Implementations§
source§impl Default for RepeatProperties
impl Default for RepeatProperties
source§fn default() -> RepeatProperties
fn default() -> RepeatProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RepeatProperties
impl !RefUnwindSafe for RepeatProperties
impl !Send for RepeatProperties
impl !Sync for RepeatProperties
impl Unpin for RepeatProperties
impl !UnwindSafe for RepeatProperties
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.