Enum cros_codecs::decoders::h264::decoder::RefFrameListName
source · [−]enum RefFrameListName {
RefFrameList0ShortTerm,
RefFrameList1ShortTerm,
RefFrameListLongTerm,
}
Variants
RefFrameList0ShortTerm
RefFrameList1ShortTerm
RefFrameListLongTerm
Trait Implementations
sourceimpl Clone for RefFrameListName
impl Clone for RefFrameListName
sourcefn clone(&self) -> RefFrameListName
fn clone(&self) -> RefFrameListName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RefFrameListName
impl Debug for RefFrameListName
impl Copy for RefFrameListName
Auto Trait Implementations
impl RefUnwindSafe for RefFrameListName
impl Send for RefFrameListName
impl Sync for RefFrameListName
impl Unpin for RefFrameListName
impl UnwindSafe for RefFrameListName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more