Struct ffmpeg_next::software::scaling::context::Definition
source · pub struct Definition {
pub format: Pixel,
pub width: u32,
pub height: u32,
}Fields§
§format: Pixel§width: u32§height: u32Trait Implementations§
source§impl Clone for Definition
impl Clone for Definition
source§fn clone(&self) -> Definition
fn clone(&self) -> Definition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Definition
impl Debug for Definition
source§impl PartialEq<Definition> for Definition
impl PartialEq<Definition> for Definition
source§fn eq(&self, other: &Definition) -> bool
fn eq(&self, other: &Definition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.