pub enum VideoOverlayPosition {
TopLeft,
TopRight,
BottomLeft,
BottomRight,
BottomCenter,
TopCenter,
Center,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VideoOverlayPosition
impl Clone for VideoOverlayPosition
Source§fn clone(&self) -> VideoOverlayPosition
fn clone(&self) -> VideoOverlayPosition
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 VideoOverlayPosition
impl Debug for VideoOverlayPosition
Source§impl Default for VideoOverlayPosition
impl Default for VideoOverlayPosition
Source§fn default() -> VideoOverlayPosition
fn default() -> VideoOverlayPosition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VideoOverlayPosition
impl<'de> Deserialize<'de> for VideoOverlayPosition
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 Display for VideoOverlayPosition
impl Display for VideoOverlayPosition
Source§impl FromStr for VideoOverlayPosition
impl FromStr for VideoOverlayPosition
Source§impl PartialEq for VideoOverlayPosition
impl PartialEq for VideoOverlayPosition
Source§impl Serialize for VideoOverlayPosition
impl Serialize for VideoOverlayPosition
Source§impl TryFrom<&str> for VideoOverlayPosition
impl TryFrom<&str> for VideoOverlayPosition
impl StructuralPartialEq for VideoOverlayPosition
Auto Trait Implementations§
impl Freeze for VideoOverlayPosition
impl RefUnwindSafe for VideoOverlayPosition
impl Send for VideoOverlayPosition
impl Sync for VideoOverlayPosition
impl Unpin for VideoOverlayPosition
impl UnwindSafe for VideoOverlayPosition
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