#[repr(C)]pub struct AVFilterCommand {
pub _address: u8,
}展开描述
@deprecated unused
Fields§
§_address: u8trait 实现§
源代码§impl Clone for AVFilterCommand
impl Clone for AVFilterCommand
源代码§fn clone(&self) -> AVFilterCommand
fn clone(&self) -> AVFilterCommand
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 AVFilterCommand
impl Debug for AVFilterCommand
源代码§impl PartialEq for AVFilterCommand
impl PartialEq for AVFilterCommand
impl Copy for AVFilterCommand
impl Eq for AVFilterCommand
impl StructuralPartialEq for AVFilterCommand
自动 trait 实现§
impl Freeze for AVFilterCommand
impl RefUnwindSafe for AVFilterCommand
impl Send for AVFilterCommand
impl Sync for AVFilterCommand
impl Unpin for AVFilterCommand
impl UnsafeUnpin for AVFilterCommand
impl UnwindSafe for AVFilterCommand
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
从拥有的值可变地借用。 阅读更多