#[repr(u32)]pub enum SceneTreeStretchAspect {
Ignore = 0,
Keep = 1,
KeepWidth = 2,
KeepHeight = 3,
Expand = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for SceneTreeStretchAspect
impl Clone for SceneTreeStretchAspect
Source§fn clone(&self) -> SceneTreeStretchAspect
fn clone(&self) -> SceneTreeStretchAspect
Returns a copy 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 SceneTreeStretchAspect
impl Debug for SceneTreeStretchAspect
Source§impl Hash for SceneTreeStretchAspect
impl Hash for SceneTreeStretchAspect
Source§impl PartialEq for SceneTreeStretchAspect
impl PartialEq for SceneTreeStretchAspect
impl Copy for SceneTreeStretchAspect
impl Eq for SceneTreeStretchAspect
impl StructuralPartialEq for SceneTreeStretchAspect
Auto Trait Implementations§
impl Freeze for SceneTreeStretchAspect
impl RefUnwindSafe for SceneTreeStretchAspect
impl Send for SceneTreeStretchAspect
impl Sync for SceneTreeStretchAspect
impl Unpin for SceneTreeStretchAspect
impl UnwindSafe for SceneTreeStretchAspect
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