Struct ExSetSection
pub struct ExSetSection<'ex> { /* private fields */ }Expand description
Default-param extender for AnimationPlayer::set_section_ex.
Implementations§
§impl<'ex> ExSetSection<'ex>
impl<'ex> ExSetSection<'ex>
pub fn start_time(self, start_time: f64) -> ExSetSection<'ex>
pub fn end_time(self, end_time: f64) -> ExSetSection<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExSetSection<'ex>
impl<'ex> RefUnwindSafe for ExSetSection<'ex>
impl<'ex> !Send for ExSetSection<'ex>
impl<'ex> !Sync for ExSetSection<'ex>
impl<'ex> Unpin for ExSetSection<'ex>
impl<'ex> !UnwindSafe for ExSetSection<'ex>
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