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