pub struct AudioProcessorOperationStatus {
pub completed: bool,
}Expand description
Empty success payload used by configure, flush, and close operations.
Fields§
§completed: boolTrait Implementations§
Source§impl Clone for AudioProcessorOperationStatus
impl Clone for AudioProcessorOperationStatus
Source§fn clone(&self) -> AudioProcessorOperationStatus
fn clone(&self) -> AudioProcessorOperationStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AudioProcessorOperationStatus
impl Default for AudioProcessorOperationStatus
Source§fn default() -> AudioProcessorOperationStatus
fn default() -> AudioProcessorOperationStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AudioProcessorOperationStatus
impl<'de> Deserialize<'de> for AudioProcessorOperationStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AudioProcessorOperationStatus
impl StructuralPartialEq for AudioProcessorOperationStatus
Auto Trait Implementations§
impl Freeze for AudioProcessorOperationStatus
impl RefUnwindSafe for AudioProcessorOperationStatus
impl Send for AudioProcessorOperationStatus
impl Sync for AudioProcessorOperationStatus
impl Unpin for AudioProcessorOperationStatus
impl UnsafeUnpin for AudioProcessorOperationStatus
impl UnwindSafe for AudioProcessorOperationStatus
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