Enum gdnative_common::SceneTreeStretchAspect [−][src]
#[repr(u32)]pub enum SceneTreeStretchAspect { Ignore, Keep, KeepWidth, KeepHeight, Expand, }
Variants
IgnoreKeepKeepWidthKeepHeightExpand
Trait Implementations
impl Copy for SceneTreeStretchAspect[src]
impl Copy for SceneTreeStretchAspectimpl Clone for SceneTreeStretchAspect[src]
impl Clone for SceneTreeStretchAspectfn clone(&self) -> SceneTreeStretchAspect[src]
fn clone(&self) -> SceneTreeStretchAspectReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SceneTreeStretchAspect[src]
impl Debug for SceneTreeStretchAspectfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for SceneTreeStretchAspect[src]
impl PartialEq for SceneTreeStretchAspectfn eq(&self, other: &SceneTreeStretchAspect) -> bool[src]
fn eq(&self, other: &SceneTreeStretchAspect) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for SceneTreeStretchAspect[src]
impl Eq for SceneTreeStretchAspectimpl Hash for SceneTreeStretchAspect[src]
impl Hash for SceneTreeStretchAspectAuto Trait Implementations
impl Send for SceneTreeStretchAspect
impl Send for SceneTreeStretchAspectimpl Sync for SceneTreeStretchAspect
impl Sync for SceneTreeStretchAspect