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