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