pub struct VdjPluginVideoFx { /* private fields */ }Auto Trait Implementations§
impl Freeze for VdjPluginVideoFx
impl RefUnwindSafe for VdjPluginVideoFx
impl Send for VdjPluginVideoFx
impl Sync for VdjPluginVideoFx
impl Unpin for VdjPluginVideoFx
impl UnsafeUnpin for VdjPluginVideoFx
impl UnwindSafe for VdjPluginVideoFx
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