Struct libaom_sys::aom_fixed_buf
source · Expand description
Generic fixed size buffer structure
This structure is able to hold a reference to any fixed size buffer.
Fields§
§buf: *mut c_voidPointer to the data. Does NOT own the data!
sz: usizeLength of the buffer, in chars
Trait Implementations§
source§impl Clone for aom_fixed_buf
impl Clone for aom_fixed_buf
source§fn clone(&self) -> aom_fixed_buf
fn clone(&self) -> aom_fixed_buf
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