Struct ffmpeg_sys_next::AVFilterCommand
source · #[repr(C)]pub struct AVFilterCommand {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
source§impl Clone for AVFilterCommand
impl Clone for AVFilterCommand
source§fn clone(&self) -> AVFilterCommand
fn clone(&self) -> AVFilterCommand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AVFilterCommand
impl Debug for AVFilterCommand
source§impl PartialEq<AVFilterCommand> for AVFilterCommand
impl PartialEq<AVFilterCommand> for AVFilterCommand
source§fn eq(&self, other: &AVFilterCommand) -> bool
fn eq(&self, other: &AVFilterCommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.