pub enum ViewportFit {
Stretch,
Contain,
Cover,
}Variants§
Trait Implementations§
Source§impl Clone for ViewportFit
impl Clone for ViewportFit
Source§fn clone(&self) -> ViewportFit
fn clone(&self) -> ViewportFit
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 ViewportFit
impl Debug for ViewportFit
Source§impl PartialEq for ViewportFit
impl PartialEq for ViewportFit
impl Copy for ViewportFit
impl Eq for ViewportFit
impl StructuralPartialEq for ViewportFit
Auto Trait Implementations§
impl Freeze for ViewportFit
impl RefUnwindSafe for ViewportFit
impl Send for ViewportFit
impl Sync for ViewportFit
impl Unpin for ViewportFit
impl UnsafeUnpin for ViewportFit
impl UnwindSafe for ViewportFit
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