pub enum VP9 {
_0,
_1,
_2,
_3,
}Variants§
trait 实现§
impl Copy for VP9
impl Eq for VP9
impl StructuralPartialEq for VP9
自动 trait 实现§
impl Freeze for VP9
impl RefUnwindSafe for VP9
impl Send for VP9
impl Sync for VP9
impl Unpin for VP9
impl UnsafeUnpin for VP9
impl UnwindSafe for VP9
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多