Struct ExAddTransition
pub struct ExAddTransition<'ex> { /* private fields */ }Expand description
Default-param extender for AudioStreamInteractive::add_transition_ex.
Implementations§
§impl<'ex> ExAddTransition<'ex>
impl<'ex> ExAddTransition<'ex>
pub fn use_filler_clip(self, use_filler_clip: bool) -> ExAddTransition<'ex>
pub fn filler_clip(self, filler_clip: i32) -> ExAddTransition<'ex>
pub fn hold_previous(self, hold_previous: bool) -> ExAddTransition<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExAddTransition<'ex>
impl<'ex> RefUnwindSafe for ExAddTransition<'ex>
impl<'ex> !Send for ExAddTransition<'ex>
impl<'ex> !Sync for ExAddTransition<'ex>
impl<'ex> Unpin for ExAddTransition<'ex>
impl<'ex> !UnwindSafe for ExAddTransition<'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