Struct vapoursynth4_rs::plugin::PluginFunction
source · pub struct PluginFunction { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for PluginFunction
impl Debug for PluginFunction
source§impl Hash for PluginFunction
impl Hash for PluginFunction
source§impl PartialEq<PluginFunction> for PluginFunction
impl PartialEq<PluginFunction> for PluginFunction
source§fn eq(&self, other: &PluginFunction) -> bool
fn eq(&self, other: &PluginFunction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PluginFunction
impl StructuralEq for PluginFunction
impl StructuralPartialEq for PluginFunction
Auto Trait Implementations§
impl RefUnwindSafe for PluginFunction
impl !Send for PluginFunction
impl !Sync for PluginFunction
impl Unpin for PluginFunction
impl UnwindSafe for PluginFunction
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