pub enum FrameIntervals {
Discrete(Vec<DiscreteFrameInterval>),
Stepwise(StepwiseFrameIntervals),
Continuous(StepwiseFrameIntervals),
}Variants§
Discrete(Vec<DiscreteFrameInterval>)
Stepwise(StepwiseFrameIntervals)
Continuous(StepwiseFrameIntervals)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameIntervals
impl RefUnwindSafe for FrameIntervals
impl Send for FrameIntervals
impl Sync for FrameIntervals
impl Unpin for FrameIntervals
impl UnwindSafe for FrameIntervals
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