pub struct libdax_audioxtr { /* private fields */ }Expand description
Extractor object encapsulating intermediate states of extraction. The clients of libdax_audioxtr shall only allocate pointers to this struct and get a storage object via libdax_audioxtr_new(). Appropriate initial value for the pointer is NULL.
Trait Implementations§
Source§impl Clone for libdax_audioxtr
impl Clone for libdax_audioxtr
Source§fn clone(&self) -> libdax_audioxtr
fn clone(&self) -> libdax_audioxtr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for libdax_audioxtr
impl Debug for libdax_audioxtr
impl Copy for libdax_audioxtr
Auto Trait Implementations§
impl Freeze for libdax_audioxtr
impl RefUnwindSafe for libdax_audioxtr
impl Send for libdax_audioxtr
impl Sync for libdax_audioxtr
impl Unpin for libdax_audioxtr
impl UnwindSafe for libdax_audioxtr
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