pub enum AspectRatio {
Ratio16By9,
Ratio21By9,
Ratio16By10,
Ratio4By3,
Other(f32),
}
Variants§
Trait Implementations§
Source§impl Debug for AspectRatio
impl Debug for AspectRatio
Source§impl Display for AspectRatio
impl Display for AspectRatio
Auto Trait Implementations§
impl Freeze for AspectRatio
impl RefUnwindSafe for AspectRatio
impl Send for AspectRatio
impl Sync for AspectRatio
impl Unpin for AspectRatio
impl UnwindSafe for AspectRatio
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