#[repr(C)]pub struct AVCodecInternal {
pub _address: u8,
}展开描述
Private context used for internal data.
Unlike priv_data, this is not codec-specific. It is used in general libavcodec functions.
Fields§
§_address: u8trait 实现§
源代码§impl Clone for AVCodecInternal
impl Clone for AVCodecInternal
源代码§fn clone(&self) -> AVCodecInternal
fn clone(&self) -> AVCodecInternal
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 AVCodecInternal
impl Debug for AVCodecInternal
源代码§impl PartialEq for AVCodecInternal
impl PartialEq for AVCodecInternal
impl Copy for AVCodecInternal
impl Eq for AVCodecInternal
impl StructuralPartialEq for AVCodecInternal
自动 trait 实现§
impl Freeze for AVCodecInternal
impl RefUnwindSafe for AVCodecInternal
impl Send for AVCodecInternal
impl Sync for AVCodecInternal
impl Unpin for AVCodecInternal
impl UnsafeUnpin for AVCodecInternal
impl UnwindSafe for AVCodecInternal
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
从拥有的值可变地借用。 阅读更多