Struct aom_sys::aom::aom_partition_features_before_none
source · #[repr(C)]pub struct aom_partition_features_before_none {
pub f: [f32; 17],
pub f_part2: [f32; 25],
}
Fields§
§f: [f32; 17]
§f_part2: [f32; 25]
Trait Implementations§
source§impl Clone for aom_partition_features_before_none
impl Clone for aom_partition_features_before_none
source§fn clone(&self) -> aom_partition_features_before_none
fn clone(&self) -> aom_partition_features_before_none
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_partition_features_before_none
Auto Trait Implementations§
impl RefUnwindSafe for aom_partition_features_before_none
impl Send for aom_partition_features_before_none
impl Sync for aom_partition_features_before_none
impl Unpin for aom_partition_features_before_none
impl UnwindSafe for aom_partition_features_before_none
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