#[repr(C)]pub struct AVSideDataDescriptor {
pub name: *const c_char,
pub props: c_uint,
}展开描述
This struct describes the properties of a side data type. Its instance corresponding to a given type can be obtained from av_frame_side_data_desc().
Fields§
§name: *const c_charHuman-readable side data description.
props: c_uintSide data property flags, a combination of AVSideDataProps values.
trait 实现§
源代码§impl Clone for AVSideDataDescriptor
impl Clone for AVSideDataDescriptor
源代码§fn clone(&self) -> AVSideDataDescriptor
fn clone(&self) -> AVSideDataDescriptor
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 AVSideDataDescriptor
impl Debug for AVSideDataDescriptor
源代码§impl PartialEq for AVSideDataDescriptor
impl PartialEq for AVSideDataDescriptor
impl Copy for AVSideDataDescriptor
impl Eq for AVSideDataDescriptor
impl StructuralPartialEq for AVSideDataDescriptor
自动 trait 实现§
impl Freeze for AVSideDataDescriptor
impl RefUnwindSafe for AVSideDataDescriptor
impl !Send for AVSideDataDescriptor
impl !Sync for AVSideDataDescriptor
impl Unpin for AVSideDataDescriptor
impl UnsafeUnpin for AVSideDataDescriptor
impl UnwindSafe for AVSideDataDescriptor
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
从拥有的值可变地借用。 阅读更多