pub struct AVFilterPad { /* 私有字段 */ }trait 实现§
源代码§impl Clone for AVFilterPad
impl Clone for AVFilterPad
源代码§fn clone(&self) -> AVFilterPad
fn clone(&self) -> AVFilterPad
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 AVFilterPad
impl Debug for AVFilterPad
impl Copy for AVFilterPad
自动 trait 实现§
impl Freeze for AVFilterPad
impl RefUnwindSafe for AVFilterPad
impl Send for AVFilterPad
impl Sync for AVFilterPad
impl Unpin for AVFilterPad
impl UnsafeUnpin for AVFilterPad
impl UnwindSafe for AVFilterPad
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
从拥有的值可变地借用。 阅读更多