pub struct AudioParamWillBeDestroyedEventParamsBuilder { /* private fields */ }Expand description
Builder for AudioParamWillBeDestroyedEventParams.
Implementations§
Source§impl AudioParamWillBeDestroyedEventParamsBuilder
impl AudioParamWillBeDestroyedEventParamsBuilder
pub fn context_id(&mut self, value: GraphObjectId) -> &mut Self
pub fn node_id(&mut self, value: GraphObjectId) -> &mut Self
pub fn param_id(&mut self, value: GraphObjectId) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<AudioParamWillBeDestroyedEventParams, AudioParamWillBeDestroyedEventParamsBuilderError>
pub fn build( &self, ) -> Result<AudioParamWillBeDestroyedEventParams, AudioParamWillBeDestroyedEventParamsBuilderError>
Builds a new AudioParamWillBeDestroyedEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for AudioParamWillBeDestroyedEventParamsBuilder
impl Clone for AudioParamWillBeDestroyedEventParamsBuilder
Source§fn clone(&self) -> AudioParamWillBeDestroyedEventParamsBuilder
fn clone(&self) -> AudioParamWillBeDestroyedEventParamsBuilder
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 moreAuto Trait Implementations§
impl Freeze for AudioParamWillBeDestroyedEventParamsBuilder
impl RefUnwindSafe for AudioParamWillBeDestroyedEventParamsBuilder
impl Send for AudioParamWillBeDestroyedEventParamsBuilder
impl Sync for AudioParamWillBeDestroyedEventParamsBuilder
impl Unpin for AudioParamWillBeDestroyedEventParamsBuilder
impl UnsafeUnpin for AudioParamWillBeDestroyedEventParamsBuilder
impl UnwindSafe for AudioParamWillBeDestroyedEventParamsBuilder
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