Enum gdnative::EditorPluginCustomControlContainer [−][src]
#[repr(u32)]pub enum EditorPluginCustomControlContainer { ContainerSpatialEditorMenu, ContainerCanvasEditorBottom, ContainerSpatialEditorSide, ContainerCanvasEditorSide, ContainerPropertyEditorBottom, ContainerCanvasEditorMenu, ContainerToolbar, ContainerSpatialEditorBottom, }
Variants
ContainerSpatialEditorMenuContainerCanvasEditorBottomContainerSpatialEditorSideContainerCanvasEditorSideContainerPropertyEditorBottomContainerCanvasEditorMenuContainerToolbarContainerSpatialEditorBottom
Trait Implementations
impl Copy for EditorPluginCustomControlContainer[src]
impl Copy for EditorPluginCustomControlContainerimpl Clone for EditorPluginCustomControlContainer[src]
impl Clone for EditorPluginCustomControlContainerfn clone(&self) -> EditorPluginCustomControlContainer[src]
fn clone(&self) -> EditorPluginCustomControlContainerReturns 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 EditorPluginCustomControlContainer[src]
impl Debug for EditorPluginCustomControlContainerfn 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 EditorPluginCustomControlContainer[src]
impl PartialEq for EditorPluginCustomControlContainerfn eq(&self, other: &EditorPluginCustomControlContainer) -> bool[src]
fn eq(&self, other: &EditorPluginCustomControlContainer) -> 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 EditorPluginCustomControlContainer[src]
impl Eq for EditorPluginCustomControlContainerimpl Hash for EditorPluginCustomControlContainer[src]
impl Hash for EditorPluginCustomControlContainerAuto Trait Implementations
impl Send for EditorPluginCustomControlContainer
impl Send for EditorPluginCustomControlContainerimpl Sync for EditorPluginCustomControlContainer
impl Sync for EditorPluginCustomControlContainer