pub enum MediaClipType {
Data,
Section,
}
Expand description
Type of media clip objects.
Variants§
Trait Implementations§
source§impl Clone for MediaClipType
impl Clone for MediaClipType
source§fn clone(&self) -> MediaClipType
fn clone(&self) -> MediaClipType
Returns a copy of the value. Read more
1.6.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 MediaClipType
impl Debug for MediaClipType
source§impl Hash for MediaClipType
impl Hash for MediaClipType
source§impl PartialEq for MediaClipType
impl PartialEq for MediaClipType
impl Copy for MediaClipType
impl Eq for MediaClipType
impl StructuralPartialEq for MediaClipType
Auto Trait Implementations§
impl Freeze for MediaClipType
impl RefUnwindSafe for MediaClipType
impl Send for MediaClipType
impl Sync for MediaClipType
impl Unpin for MediaClipType
impl UnwindSafe for MediaClipType
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
)