Enum gdnative_ui::ControlGrowDirection [−][src]
#[repr(u32)]pub enum ControlGrowDirection { Begin, End, Both, }
Variants
Begin
End
Both
Trait Implementations
impl Copy for ControlGrowDirection
[src]
impl Copy for ControlGrowDirection
impl Clone for ControlGrowDirection
[src]
impl Clone for ControlGrowDirection
fn clone(&self) -> ControlGrowDirection
[src]
fn clone(&self) -> ControlGrowDirection
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 ControlGrowDirection
[src]
impl Debug for ControlGrowDirection
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 ControlGrowDirection
[src]
impl PartialEq for ControlGrowDirection
fn eq(&self, other: &ControlGrowDirection) -> bool
[src]
fn eq(&self, other: &ControlGrowDirection) -> 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 ControlGrowDirection
[src]
impl Eq for ControlGrowDirection
impl Hash for ControlGrowDirection
[src]
impl Hash for ControlGrowDirection
Auto Trait Implementations
impl Send for ControlGrowDirection
impl Send for ControlGrowDirection
impl Sync for ControlGrowDirection
impl Sync for ControlGrowDirection