Struct Vp9ProfileIds
pub struct Vp9ProfileIds;
Implementations§
§impl Vp9ProfileIds
impl Vp9ProfileIds
pub fn Profile0ChromaSubsampling420BitDepth8() -> Result<i32>
pub fn Profile2ChromaSubsampling420BitDepth10() -> Result<i32>
pub fn Profile2ChromaSubsampling420BitDepth12() -> Result<i32>
Auto Trait Implementations§
impl Freeze for Vp9ProfileIds
impl RefUnwindSafe for Vp9ProfileIds
impl Send for Vp9ProfileIds
impl Sync for Vp9ProfileIds
impl Unpin for Vp9ProfileIds
impl UnwindSafe for Vp9ProfileIds
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