#[repr(C)]pub struct _GESEffectPrivate { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GESEffectPrivate
impl RefUnwindSafe for _GESEffectPrivate
impl !Send for _GESEffectPrivate
impl !Sync for _GESEffectPrivate
impl !Unpin for _GESEffectPrivate
impl UnwindSafe for _GESEffectPrivate
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