pub struct NodeParamDisconnectedEventBuilder { /* private fields */ }Available on crate features
experimental and WebAudio only.Implementations§
Source§impl NodeParamDisconnectedEventBuilder
impl NodeParamDisconnectedEventBuilder
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<NodeParamDisconnectedEvent, &'static str>
Trait Implementations§
Source§impl Clone for NodeParamDisconnectedEventBuilder
impl Clone for NodeParamDisconnectedEventBuilder
Source§fn clone(&self) -> NodeParamDisconnectedEventBuilder
fn clone(&self) -> NodeParamDisconnectedEventBuilder
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 NodeParamDisconnectedEventBuilder
impl RefUnwindSafe for NodeParamDisconnectedEventBuilder
impl Send for NodeParamDisconnectedEventBuilder
impl Sync for NodeParamDisconnectedEventBuilder
impl Unpin for NodeParamDisconnectedEventBuilder
impl UnwindSafe for NodeParamDisconnectedEventBuilder
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