Enum gdnative_ui::ControlLayoutPreset [−][src]
#[repr(u32)]pub enum ControlLayoutPreset { PresetTopLeft, PresetTopRight, PresetBottomLeft, PresetBottomRight, PresetCenterLeft, PresetCenterTop, PresetCenterRight, PresetCenterBottom, PresetCenter, PresetLeftWide, PresetTopWide, PresetRightWide, PresetBottomWide, PresetVcenterWide, PresetHcenterWide, PresetWide, }
Variants
PresetTopLeft
PresetTopRight
PresetBottomLeft
PresetBottomRight
PresetCenterLeft
PresetCenterTop
PresetCenterRight
PresetCenterBottom
PresetCenter
PresetLeftWide
PresetTopWide
PresetRightWide
PresetBottomWide
PresetVcenterWide
PresetHcenterWide
PresetWide
Trait Implementations
impl Copy for ControlLayoutPreset
[src]
impl Copy for ControlLayoutPreset
impl Clone for ControlLayoutPreset
[src]
impl Clone for ControlLayoutPreset
fn clone(&self) -> ControlLayoutPreset
[src]
fn clone(&self) -> ControlLayoutPreset
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 ControlLayoutPreset
[src]
impl Debug for ControlLayoutPreset
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 ControlLayoutPreset
[src]
impl PartialEq for ControlLayoutPreset
fn eq(&self, other: &ControlLayoutPreset) -> bool
[src]
fn eq(&self, other: &ControlLayoutPreset) -> 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 ControlLayoutPreset
[src]
impl Eq for ControlLayoutPreset
impl Hash for ControlLayoutPreset
[src]
impl Hash for ControlLayoutPreset
Auto Trait Implementations
impl Send for ControlLayoutPreset
impl Send for ControlLayoutPreset
impl Sync for ControlLayoutPreset
impl Sync for ControlLayoutPreset