pub struct AudioBuilder { /* private fields */ }Expand description
Builder for the Audio structure
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioBuilder
impl RefUnwindSafe for AudioBuilder
impl Send for AudioBuilder
impl Sync for AudioBuilder
impl Unpin for AudioBuilder
impl UnwindSafe for AudioBuilder
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