#[repr(i32)]pub enum EExportCodec {
Default = 0,
H264 = 1,
H265 = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EExportCodec
impl Clone for EExportCodec
Source§fn clone(&self) -> EExportCodec
fn clone(&self) -> EExportCodec
Returns a duplicate 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 EExportCodec
impl Debug for EExportCodec
Source§impl Hash for EExportCodec
impl Hash for EExportCodec
Source§impl PartialEq for EExportCodec
impl PartialEq for EExportCodec
impl Copy for EExportCodec
impl Eq for EExportCodec
impl StructuralPartialEq for EExportCodec
Auto Trait Implementations§
impl Freeze for EExportCodec
impl RefUnwindSafe for EExportCodec
impl Send for EExportCodec
impl Sync for EExportCodec
impl Unpin for EExportCodec
impl UnsafeUnpin for EExportCodec
impl UnwindSafe for EExportCodec
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