pub enum H265SliceType {
B,
P,
I,
}Variants§
Trait Implementations§
Source§impl Clone for H265SliceType
impl Clone for H265SliceType
Source§fn clone(&self) -> H265SliceType
fn clone(&self) -> H265SliceType
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 H265SliceType
Source§impl Debug for H265SliceType
impl Debug for H265SliceType
impl Eq for H265SliceType
Source§impl PartialEq for H265SliceType
impl PartialEq for H265SliceType
Source§fn eq(&self, other: &H265SliceType) -> bool
fn eq(&self, other: &H265SliceType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for H265SliceType
Auto Trait Implementations§
impl Freeze for H265SliceType
impl RefUnwindSafe for H265SliceType
impl Send for H265SliceType
impl Sync for H265SliceType
impl Unpin for H265SliceType
impl UnsafeUnpin for H265SliceType
impl UnwindSafe for H265SliceType
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