Struct GESClip Class
Source #[repr(C)]pub struct GESClipClass {
pub parent_class: GESContainerClass,
pub create_track_element: GESCreateTrackElementFunc,
pub create_track_elements: GESCreateTrackElementsFunc,
pub ABI: GESClipClass_ABI,
}Fields§
§parent_class: GESContainerClass§create_track_element: GESCreateTrackElementFunc§create_track_elements: GESCreateTrackElementsFunc§ABI: GESClipClass_ABITrait Implementations§
Source§impl Clone for GESClipClass
impl Clone for GESClipClass
Source§fn clone(&self) -> GESClipClass
fn clone(&self) -> GESClipClass
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 GESClipClass
Auto Trait Implementations§
impl !Send for GESClipClass
impl !Sync for GESClipClass
impl Freeze for GESClipClass
impl RefUnwindSafe for GESClipClass
impl Unpin for GESClipClass
impl UnsafeUnpin for GESClipClass
impl UnwindSafe for GESClipClass
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