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