#[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 duplicate 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 Default for AVFilterCommand
impl Default for AVFilterCommand
Source§fn default() -> AVFilterCommand
fn default() -> AVFilterCommand
Returns the “default value” for a type. Read more
Source§impl Hash for AVFilterCommand
impl Hash for AVFilterCommand
Source§impl Ord for AVFilterCommand
impl Ord for AVFilterCommand
Source§fn cmp(&self, other: &AVFilterCommand) -> Ordering
fn cmp(&self, other: &AVFilterCommand) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AVFilterCommand
impl PartialEq for AVFilterCommand
Source§impl PartialOrd for AVFilterCommand
impl PartialOrd for AVFilterCommand
impl Copy for AVFilterCommand
impl Eq for AVFilterCommand
impl StructuralPartialEq for AVFilterCommand
Auto Trait Implementations§
impl Freeze for AVFilterCommand
impl RefUnwindSafe for AVFilterCommand
impl Send for AVFilterCommand
impl Sync for AVFilterCommand
impl Unpin for AVFilterCommand
impl UnwindSafe for AVFilterCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more