Struct rustsynth_sys::VSFilterDependency
source · Fields§
§source: *mut VSNode§requestPattern: c_intTrait Implementations§
source§impl Clone for VSFilterDependency
impl Clone for VSFilterDependency
source§fn clone(&self) -> VSFilterDependency
fn clone(&self) -> VSFilterDependency
Returns a copy 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 VSFilterDependency
impl Debug for VSFilterDependency
source§impl PartialEq<VSFilterDependency> for VSFilterDependency
impl PartialEq<VSFilterDependency> for VSFilterDependency
source§fn eq(&self, other: &VSFilterDependency) -> bool
fn eq(&self, other: &VSFilterDependency) -> bool
This method tests for
self and other values to be equal, and is used
by ==.