pub struct Vp9Config {
pub width: u16,
pub height: u16,
}
Fields§
§width: u16
§height: u16
Trait Implementations§
source§impl From<Vp9Config> for TrackConfig
impl From<Vp9Config> for TrackConfig
source§impl PartialEq for Vp9Config
impl PartialEq for Vp9Config
impl Eq for Vp9Config
impl StructuralPartialEq for Vp9Config
Auto Trait Implementations§
impl Freeze for Vp9Config
impl RefUnwindSafe for Vp9Config
impl Send for Vp9Config
impl Sync for Vp9Config
impl Unpin for Vp9Config
impl UnwindSafe for Vp9Config
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