Struct aom_sys::aom::aom_screen_content_tools_info
source · #[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,
}
Fields§
§allow_screen_content_tools: c_int
§allow_intrabc: c_int
§force_integer_mv: c_int
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 moreimpl Copy for aom_screen_content_tools_info
Auto Trait Implementations§
impl RefUnwindSafe for aom_screen_content_tools_info
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§
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