pub struct NodeParamConnectedEventBuilder { /* private fields */ }Available on crate features
experimental and WebAudio only.Implementations§
Source§impl NodeParamConnectedEventBuilder
impl NodeParamConnectedEventBuilder
pub fn context_id(&mut self, v: GraphObjectId) -> &mut Self
pub fn source_id(&mut self, v: GraphObjectId) -> &mut Self
pub fn destination_id(&mut self, v: GraphObjectId) -> &mut Self
pub fn source_output_index(&mut self, v: f64) -> &mut Self
pub fn build(&mut self) -> Result<NodeParamConnectedEvent, &'static str>
Trait Implementations§
Source§impl Clone for NodeParamConnectedEventBuilder
impl Clone for NodeParamConnectedEventBuilder
Source§fn clone(&self) -> NodeParamConnectedEventBuilder
fn clone(&self) -> NodeParamConnectedEventBuilder
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 NodeParamConnectedEventBuilder
impl RefUnwindSafe for NodeParamConnectedEventBuilder
impl Send for NodeParamConnectedEventBuilder
impl Sync for NodeParamConnectedEventBuilder
impl Unpin for NodeParamConnectedEventBuilder
impl UnwindSafe for NodeParamConnectedEventBuilder
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