Struct libaom_sys::aom_screen_content_tools_info [−][src]
#[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
Auto Trait Implementations
impl Send for aom_screen_content_tools_info
impl Sync for aom_screen_content_tools_info
impl Unpin for aom_screen_content_tools_info
impl UnwindSafe for aom_screen_content_tools_info
Blanket Implementations
Mutably borrows from an owned value. Read more