pub enum VideoRotation {
Degree0,
Degree90,
Degree180,
Degree270,
}Variants§
Trait Implementations§
source§impl Clone for VideoRotation
impl Clone for VideoRotation
source§fn clone(&self) -> VideoRotation
fn clone(&self) -> VideoRotation
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 VideoRotation
impl Debug for VideoRotation
source§impl Default for VideoRotation
impl Default for VideoRotation
source§fn default() -> VideoRotation
fn default() -> VideoRotation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VideoRotation
impl<'de> Deserialize<'de> for VideoRotation
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<VideoRotation> for VideoRotation
impl PartialEq<VideoRotation> for VideoRotation
source§fn eq(&self, other: &VideoRotation) -> bool
fn eq(&self, other: &VideoRotation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for VideoRotation
impl Serialize for VideoRotation
source§impl TryFrom<u8> for VideoRotation
impl TryFrom<u8> for VideoRotation
impl Copy for VideoRotation
impl Eq for VideoRotation
impl StructuralEq for VideoRotation
impl StructuralPartialEq for VideoRotation
Auto Trait Implementations§
impl RefUnwindSafe for VideoRotation
impl Send for VideoRotation
impl Sync for VideoRotation
impl Unpin for VideoRotation
impl UnwindSafe for VideoRotation
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