#[repr(C)]pub struct OfxImageEffectStruct { /* private fields */ }
Trait Implementations§
Source§impl Clone for OfxImageEffectStruct
impl Clone for OfxImageEffectStruct
Source§fn clone(&self) -> OfxImageEffectStruct
fn clone(&self) -> OfxImageEffectStruct
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OfxImageEffectStruct
impl Debug for OfxImageEffectStruct
impl Copy for OfxImageEffectStruct
Auto Trait Implementations§
impl Freeze for OfxImageEffectStruct
impl RefUnwindSafe for OfxImageEffectStruct
impl Send for OfxImageEffectStruct
impl Sync for OfxImageEffectStruct
impl Unpin for OfxImageEffectStruct
impl UnwindSafe for OfxImageEffectStruct
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