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