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