pub enum VideoFrameType {
FirstFrame,
LastFrame,
}Expand description
Frame role for a supplied reference image.
Variants§
Trait Implementations§
Source§impl Clone for VideoFrameType
impl Clone for VideoFrameType
Source§fn clone(&self) -> VideoFrameType
fn clone(&self) -> VideoFrameType
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 VideoFrameType
Source§impl Debug for VideoFrameType
impl Debug for VideoFrameType
Source§impl<'de> Deserialize<'de> for VideoFrameType
impl<'de> Deserialize<'de> for VideoFrameType
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
impl Eq for VideoFrameType
Source§impl PartialEq for VideoFrameType
impl PartialEq for VideoFrameType
Source§impl Serialize for VideoFrameType
impl Serialize for VideoFrameType
impl StructuralPartialEq for VideoFrameType
Auto Trait Implementations§
impl Freeze for VideoFrameType
impl RefUnwindSafe for VideoFrameType
impl Send for VideoFrameType
impl Sync for VideoFrameType
impl Unpin for VideoFrameType
impl UnsafeUnpin for VideoFrameType
impl UnwindSafe for VideoFrameType
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