pub struct InputVideo { /* private fields */ }Trait Implementations§
Source§impl Clone for InputVideo
impl Clone for InputVideo
Source§fn clone(&self) -> InputVideo
fn clone(&self) -> InputVideo
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 InputVideo
impl Debug for InputVideo
Source§impl Default for InputVideo
impl Default for InputVideo
Source§fn default() -> InputVideo
fn default() -> InputVideo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputVideo
impl<'de> Deserialize<'de> for InputVideo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InputVideo
impl PartialEq for InputVideo
Source§impl Serialize for InputVideo
impl Serialize for InputVideo
impl StructuralPartialEq for InputVideo
Auto Trait Implementations§
impl Freeze for InputVideo
impl RefUnwindSafe for InputVideo
impl Send for InputVideo
impl Sync for InputVideo
impl Unpin for InputVideo
impl UnwindSafe for InputVideo
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