pub enum VideoDimension {
Three,
Two,
}Variants§
Trait Implementations§
Source§impl Clone for VideoDimension
impl Clone for VideoDimension
Source§fn clone(&self) -> VideoDimension
fn clone(&self) -> VideoDimension
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 VideoDimension
impl Debug for VideoDimension
Auto Trait Implementations§
impl Freeze for VideoDimension
impl RefUnwindSafe for VideoDimension
impl Send for VideoDimension
impl Sync for VideoDimension
impl Unpin for VideoDimension
impl UnwindSafe for VideoDimension
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