#[repr(C)]pub struct aom_ext_part_funcs {
pub create_model: aom_ext_part_create_model_fn_t,
pub send_features: aom_ext_part_send_features_fn_t,
pub get_partition_decision: aom_ext_part_get_decision_fn_t,
pub send_partition_stats: aom_ext_part_send_partition_stats_fn_t,
pub delete_model: aom_ext_part_delete_model_fn_t,
pub decision_mode: aom_ext_part_decision_mode_t,
pub priv_: *mut c_void,
}Fields§
§create_model: aom_ext_part_create_model_fn_t§send_features: aom_ext_part_send_features_fn_t§get_partition_decision: aom_ext_part_get_decision_fn_t§send_partition_stats: aom_ext_part_send_partition_stats_fn_t§delete_model: aom_ext_part_delete_model_fn_t§decision_mode: aom_ext_part_decision_mode_t§priv_: *mut c_voidTrait Implementations§
Source§impl Clone for aom_ext_part_funcs
impl Clone for aom_ext_part_funcs
Source§fn clone(&self) -> aom_ext_part_funcs
fn clone(&self) -> aom_ext_part_funcs
Returns a duplicate 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_ext_part_funcs
impl Debug for aom_ext_part_funcs
impl Copy for aom_ext_part_funcs
Auto Trait Implementations§
impl Freeze for aom_ext_part_funcs
impl RefUnwindSafe for aom_ext_part_funcs
impl !Send for aom_ext_part_funcs
impl !Sync for aom_ext_part_funcs
impl Unpin for aom_ext_part_funcs
impl UnwindSafe for aom_ext_part_funcs
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