#[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_ABI
Trait Implementations§
source§impl Clone for GESClipClass
impl Clone for GESClipClass
source§fn clone(&self) -> GESClipClass
fn clone(&self) -> GESClipClass
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 GESClipClass
impl Debug for GESClipClass
impl Copy for GESClipClass
Auto Trait Implementations§
impl Freeze for GESClipClass
impl RefUnwindSafe for GESClipClass
impl !Send for GESClipClass
impl !Sync for GESClipClass
impl Unpin 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
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
)