Enum gdnative_ui::TextureButtonStretchMode [−][src]
#[repr(u32)]pub enum TextureButtonStretchMode { Scale, Tile, Keep, KeepCentered, KeepAspect, KeepAspectCentered, KeepAspectCovered, }
Variants
Scale
Tile
Keep
KeepCentered
KeepAspect
KeepAspectCentered
KeepAspectCovered
Trait Implementations
impl Copy for TextureButtonStretchMode
[src]
impl Copy for TextureButtonStretchMode
impl Clone for TextureButtonStretchMode
[src]
impl Clone for TextureButtonStretchMode
fn clone(&self) -> TextureButtonStretchMode
[src]
fn clone(&self) -> TextureButtonStretchMode
Returns 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 TextureButtonStretchMode
[src]
impl Debug for TextureButtonStretchMode
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for TextureButtonStretchMode
[src]
impl PartialEq for TextureButtonStretchMode
fn eq(&self, other: &TextureButtonStretchMode) -> bool
[src]
fn eq(&self, other: &TextureButtonStretchMode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for TextureButtonStretchMode
[src]
impl Eq for TextureButtonStretchMode
impl Hash for TextureButtonStretchMode
[src]
impl Hash for TextureButtonStretchMode
Auto Trait Implementations
impl Send for TextureButtonStretchMode
impl Send for TextureButtonStretchMode
impl Sync for TextureButtonStretchMode
impl Sync for TextureButtonStretchMode