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