#[repr(C)]pub struct GESEffect {
pub parent: GESBaseEffect,
pub priv_: *mut GESEffectPrivate,
pub _ges_reserved: [gpointer; 4],
}
Fields§
§parent: GESBaseEffect
§priv_: *mut GESEffectPrivate
§_ges_reserved: [gpointer; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GESEffect
impl RefUnwindSafe for GESEffect
impl !Send for GESEffect
impl !Sync for GESEffect
impl Unpin for GESEffect
impl UnwindSafe for GESEffect
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