Enum cros_codecs::decoders::h264::decoder::RefPicList
source · [−]enum RefPicList {
RefPicList0,
RefPicList1,
}
Variants
RefPicList0
RefPicList1
Trait Implementations
sourceimpl Clone for RefPicList
impl Clone for RefPicList
sourcefn clone(&self) -> RefPicList
fn clone(&self) -> RefPicList
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 RefPicList
impl Debug for RefPicList
impl Copy for RefPicList
Auto Trait Implementations
impl RefUnwindSafe for RefPicList
impl Send for RefPicList
impl Sync for RefPicList
impl Unpin for RefPicList
impl UnwindSafe for RefPicList
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