Struct ExAudioTrackInsertKey
pub struct ExAudioTrackInsertKey<'ex> { /* private fields */ }Expand description
Default-param extender for Animation::audio_track_insert_key_ex.
Implementations§
§impl<'ex> ExAudioTrackInsertKey<'ex>
impl<'ex> ExAudioTrackInsertKey<'ex>
pub fn start_offset(self, start_offset: f32) -> ExAudioTrackInsertKey<'ex>
pub fn end_offset(self, end_offset: f32) -> ExAudioTrackInsertKey<'ex>
pub fn done(self) -> i32
Auto Trait Implementations§
impl<'ex> Freeze for ExAudioTrackInsertKey<'ex>
impl<'ex> RefUnwindSafe for ExAudioTrackInsertKey<'ex>
impl<'ex> !Send for ExAudioTrackInsertKey<'ex>
impl<'ex> !Sync for ExAudioTrackInsertKey<'ex>
impl<'ex> Unpin for ExAudioTrackInsertKey<'ex>
impl<'ex> !UnwindSafe for ExAudioTrackInsertKey<'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