Struct ExSetSectionWithMarkers
pub struct ExSetSectionWithMarkers<'a> { /* private fields */ }
Expand description
Default-param extender for AnimationPlayer::set_section_with_markers_ex
.
Implementations§
§impl<'a> ExSetSectionWithMarkers<'a>
impl<'a> ExSetSectionWithMarkers<'a>
pub fn start_marker( self, start_marker: impl AsArg<StringName> + 'a, ) -> ExSetSectionWithMarkers<'a>
pub fn end_marker( self, end_marker: impl AsArg<StringName> + 'a, ) -> ExSetSectionWithMarkers<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExSetSectionWithMarkers<'a>
impl<'a> RefUnwindSafe for ExSetSectionWithMarkers<'a>
impl<'a> !Send for ExSetSectionWithMarkers<'a>
impl<'a> !Sync for ExSetSectionWithMarkers<'a>
impl<'a> Unpin for ExSetSectionWithMarkers<'a>
impl<'a> !UnwindSafe for ExSetSectionWithMarkers<'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