Struct GESContainer
Source#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GESContainer
Auto Trait Implementations§
impl !Send for GESContainer
impl !Sync for GESContainer
impl Freeze for GESContainer
impl RefUnwindSafe for GESContainer
impl Unpin for GESContainer
impl UnsafeUnpin 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