Struct libaom_sys::aom_s_frame_info
source · Expand description
Structure to hold information about S_FRAME.
Defines a structure to hold a information regarding S_FRAME and its position.
Fields§
§is_s_frame: c_intIndicates if current frame is S_FRAME
is_s_frame_at_altref: c_intIndicates if current S_FRAME is present at ALTREF frame
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 more