#[repr(C)]pub struct aom_screen_content_tools_info {
pub allow_screen_content_tools: c_int,
pub allow_intrabc: c_int,
pub force_integer_mv: c_int,
}Expand description
Structure to hold information about screen content tools.
Defines a structure to hold information about screen content tools, namely: allow_screen_content_tools, allow_intrabc, and force_integer_mv.
Fields§
§allow_screen_content_tools: c_intAre screen content tools allowed
allow_intrabc: c_intIs intrabc allowed
force_integer_mv: c_intIs integer mv forced
Trait Implementations§
source§impl Clone for aom_screen_content_tools_info
impl Clone for aom_screen_content_tools_info
source§fn clone(&self) -> aom_screen_content_tools_info
fn clone(&self) -> aom_screen_content_tools_info
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 more