Struct libaom_sys::aom_fixed_buf [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for aom_fixed_buf
impl !Send for aom_fixed_buf
impl !Sync for aom_fixed_buf
impl Unpin for aom_fixed_buf
impl UnwindSafe for aom_fixed_buf
Blanket Implementations
Mutably borrows from an owned value. Read more