#[repr(C)]pub struct GESContainer {
pub parent: GESTimelineElement,
pub children: *mut GList,
pub height: u32,
pub children_control_mode: GESChildrenControlMode,
pub initiated_move: *mut GESTimelineElement,
pub priv_: *mut GESContainerPrivate,
pub _ges_reserved: [gpointer; 20],
}
Fields§
§parent: GESTimelineElement
§children: *mut GList
§height: u32
§children_control_mode: GESChildrenControlMode
§initiated_move: *mut GESTimelineElement
§priv_: *mut GESContainerPrivate
§_ges_reserved: [gpointer; 20]
Trait Implementations§
source§impl Clone for GESContainer
impl Clone for GESContainer
source§fn clone(&self) -> GESContainer
fn clone(&self) -> GESContainer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GESContainer
impl Debug for GESContainer
impl Copy for GESContainer
Auto Trait Implementations§
impl Freeze for GESContainer
impl RefUnwindSafe for GESContainer
impl !Send for GESContainer
impl !Sync for GESContainer
impl Unpin for GESContainer
impl UnwindSafe for GESContainer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)