pub struct AudioGraphLiveLib;Expand description
Loadable library that registers the live audio graph surface with a runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioGraphLiveLib
impl RefUnwindSafe for AudioGraphLiveLib
impl Send for AudioGraphLiveLib
impl Sync for AudioGraphLiveLib
impl Unpin for AudioGraphLiveLib
impl UnsafeUnpin for AudioGraphLiveLib
impl UnwindSafe for AudioGraphLiveLib
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