Struct rustsynth_sys::VSFilterDependency
source · #[repr(C)]pub struct VSFilterDependency {
pub source: *mut VSNode,
pub requestPattern: c_int,
}
Fields§
§source: *mut VSNode
§requestPattern: c_int
Trait 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 ==
.impl Copy for VSFilterDependency
impl Eq for VSFilterDependency
impl StructuralEq for VSFilterDependency
impl StructuralPartialEq for VSFilterDependency
Auto Trait Implementations§
impl RefUnwindSafe for VSFilterDependency
impl !Send for VSFilterDependency
impl !Sync for VSFilterDependency
impl Unpin for VSFilterDependency
impl UnwindSafe for VSFilterDependency
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