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