#[repr(C)]pub struct Analyzer { /* private fields */ }Expand description
Represents C++’s gaborator::analyzer<float>. Use new_analyzer function to create it.
Trait Implementations§
Source§impl ExternType for Analyzer
impl ExternType for Analyzer
impl UniquePtrTarget for Analyzer
Auto Trait Implementations§
impl !Freeze for Analyzer
impl RefUnwindSafe for Analyzer
impl !Send for Analyzer
impl !Sync for Analyzer
impl !Unpin for Analyzer
impl UnwindSafe for Analyzer
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