pub struct BbxGraph { /* private fields */ }Expand description
Opaque handle representing a DSP effects chain.
This type has zero size and prevents C code from directly accessing the internal Rust structures. All operations must go through the FFI functions.
Auto Trait Implementations§
impl Freeze for BbxGraph
impl RefUnwindSafe for BbxGraph
impl Send for BbxGraph
impl Sync for BbxGraph
impl Unpin for BbxGraph
impl UnwindSafe for BbxGraph
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