pub struct Vp9Encoder {
pub width: u32,
pub height: u32,
/* private fields */
}Expand description
A safe wrapper for the vpx_codec_ctx_t
Fields§
§width: u32§height: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vp9Encoder
impl RefUnwindSafe for Vp9Encoder
impl Unpin for Vp9Encoder
impl UnsafeUnpin for Vp9Encoder
impl UnwindSafe for Vp9Encoder
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