Struct aom_sys::aom::aom_sb_features
source · #[repr(C)]pub struct aom_sb_features {
pub motion_features: aom_sb_simple_motion_features_t,
pub tpl_features: aom_sb_tpl_features_t,
}
Fields§
§motion_features: aom_sb_simple_motion_features_t
§tpl_features: aom_sb_tpl_features_t
Trait Implementations§
source§impl Clone for aom_sb_features
impl Clone for aom_sb_features
source§fn clone(&self) -> aom_sb_features
fn clone(&self) -> aom_sb_features
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 aom_sb_features
impl Debug for aom_sb_features
impl Copy for aom_sb_features
Auto Trait Implementations§
impl RefUnwindSafe for aom_sb_features
impl Send for aom_sb_features
impl Sync for aom_sb_features
impl Unpin for aom_sb_features
impl UnwindSafe for aom_sb_features
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