pub enum H265Profile {
Main,
Main10,
Main12,
}Variants§
Trait Implementations§
Source§impl Clone for H265Profile
impl Clone for H265Profile
Source§fn clone(&self) -> H265Profile
fn clone(&self) -> H265Profile
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 H265Profile
impl Debug for H265Profile
impl Copy for H265Profile
Auto Trait Implementations§
impl Freeze for H265Profile
impl RefUnwindSafe for H265Profile
impl Send for H265Profile
impl Sync for H265Profile
impl Unpin for H265Profile
impl UnsafeUnpin for H265Profile
impl UnwindSafe for H265Profile
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