Struct ExPlayStream
pub struct ExPlayStream<'a> { /* private fields */ }
Expand description
Default-param extender for AudioStreamPlaybackPolyphonic::play_stream_ex
.
Implementations§
§impl<'a> ExPlayStream<'a>
impl<'a> ExPlayStream<'a>
pub fn from_offset(self, value: f32) -> ExPlayStream<'a>
pub fn volume_db(self, value: f32) -> ExPlayStream<'a>
pub fn pitch_scale(self, value: f32) -> ExPlayStream<'a>
pub fn playback_type(self, value: PlaybackType) -> ExPlayStream<'a>
pub fn bus(self, value: StringName) -> ExPlayStream<'a>
pub fn done(self) -> i64
Auto Trait Implementations§
impl<'a> Freeze for ExPlayStream<'a>
impl<'a> RefUnwindSafe for ExPlayStream<'a>
impl<'a> !Send for ExPlayStream<'a>
impl<'a> !Sync for ExPlayStream<'a>
impl<'a> Unpin for ExPlayStream<'a>
impl<'a> !UnwindSafe for ExPlayStream<'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