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