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