Enum gdnative_common::TreeItemTextAlign [−][src]
#[repr(u32)]pub enum TreeItemTextAlign { AlignLeft, AlignCenter, AlignRight, }
Variants
AlignLeftAlignCenterAlignRight
Trait Implementations
impl Copy for TreeItemTextAlign[src]
impl Copy for TreeItemTextAlignimpl Clone for TreeItemTextAlign[src]
impl Clone for TreeItemTextAlignfn clone(&self) -> TreeItemTextAlign[src]
fn clone(&self) -> TreeItemTextAlignReturns 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 TreeItemTextAlign[src]
impl Debug for TreeItemTextAlignfn 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 TreeItemTextAlign[src]
impl PartialEq for TreeItemTextAlignfn eq(&self, other: &TreeItemTextAlign) -> bool[src]
fn eq(&self, other: &TreeItemTextAlign) -> 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 TreeItemTextAlign[src]
impl Eq for TreeItemTextAlignimpl Hash for TreeItemTextAlign[src]
impl Hash for TreeItemTextAlignAuto Trait Implementations
impl Send for TreeItemTextAlign
impl Send for TreeItemTextAlignimpl Sync for TreeItemTextAlign
impl Sync for TreeItemTextAlign