pub struct FilterGraphNode {
pub effect: FilterEffect,
pub inputs: FilterInputs,
}Fields§
§effect: FilterEffect§inputs: FilterInputsTrait Implementations§
Source§impl Clone for FilterGraphNode
impl Clone for FilterGraphNode
Source§fn clone(&self) -> FilterGraphNode
fn clone(&self) -> FilterGraphNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FilterGraphNode
impl Debug for FilterGraphNode
Source§impl PartialEq for FilterGraphNode
impl PartialEq for FilterGraphNode
impl StructuralPartialEq for FilterGraphNode
Auto Trait Implementations§
impl Freeze for FilterGraphNode
impl RefUnwindSafe for FilterGraphNode
impl Send for FilterGraphNode
impl Sync for FilterGraphNode
impl Unpin for FilterGraphNode
impl UnsafeUnpin for FilterGraphNode
impl UnwindSafe for FilterGraphNode
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