#[repr(C)]pub struct AVFilterCommand {
pub _address: u8,
}Expand description
@deprecated unused
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy 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 UnsafeUnpin 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