#[repr(i32)]pub enum _bindgen_ty_6 {
AV_BUFFERSRC_FLAG_NO_CHECK_FORMAT = 1,
AV_BUFFERSRC_FLAG_PUSH = 4,
AV_BUFFERSRC_FLAG_KEEP_REF = 8,
}展开描述
@defgroup lavfi_buffersrc Buffer source API @ingroup lavfi @{
Variants§
AV_BUFFERSRC_FLAG_NO_CHECK_FORMAT = 1
Do not check for format changes.
AV_BUFFERSRC_FLAG_PUSH = 4
Immediately push the frame to the output.
AV_BUFFERSRC_FLAG_KEEP_REF = 8
Keep a reference to the frame. If the frame if reference-counted, create a new reference; otherwise copy the frame data.
trait 实现§
源代码§impl Clone for _bindgen_ty_6
impl Clone for _bindgen_ty_6
源代码§fn clone(&self) -> _bindgen_ty_6
fn clone(&self) -> _bindgen_ty_6
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for _bindgen_ty_6
impl Debug for _bindgen_ty_6
源代码§impl Hash for _bindgen_ty_6
impl Hash for _bindgen_ty_6
源代码§impl PartialEq for _bindgen_ty_6
impl PartialEq for _bindgen_ty_6
impl Copy for _bindgen_ty_6
impl Eq for _bindgen_ty_6
impl StructuralPartialEq for _bindgen_ty_6
自动 trait 实现§
impl Freeze for _bindgen_ty_6
impl RefUnwindSafe for _bindgen_ty_6
impl Send for _bindgen_ty_6
impl Sync for _bindgen_ty_6
impl Unpin for _bindgen_ty_6
impl UnsafeUnpin for _bindgen_ty_6
impl UnwindSafe for _bindgen_ty_6
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多