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