#[repr(u32)]pub enum EditorPluginCustomControlContainer {
ContainerToolbar = 0,
ContainerSpatialEditorMenu = 1,
ContainerSpatialEditorSide = 2,
ContainerSpatialEditorBottom = 3,
ContainerCanvasEditorMenu = 4,
ContainerCanvasEditorSide = 5,
ContainerCanvasEditorBottom = 6,
ContainerPropertyEditorBottom = 7,
}
Variants§
ContainerToolbar = 0
ContainerSpatialEditorMenu = 1
ContainerSpatialEditorSide = 2
ContainerSpatialEditorBottom = 3
ContainerCanvasEditorMenu = 4
ContainerCanvasEditorSide = 5
ContainerCanvasEditorBottom = 6
ContainerPropertyEditorBottom = 7
Trait Implementations§
Source§impl Clone for EditorPluginCustomControlContainer
impl Clone for EditorPluginCustomControlContainer
Source§fn clone(&self) -> EditorPluginCustomControlContainer
fn clone(&self) -> EditorPluginCustomControlContainer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for EditorPluginCustomControlContainer
impl PartialEq for EditorPluginCustomControlContainer
Source§fn eq(&self, other: &EditorPluginCustomControlContainer) -> bool
fn eq(&self, other: &EditorPluginCustomControlContainer) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for EditorPluginCustomControlContainer
impl Eq for EditorPluginCustomControlContainer
impl StructuralPartialEq for EditorPluginCustomControlContainer
Auto Trait Implementations§
impl Freeze for EditorPluginCustomControlContainer
impl RefUnwindSafe for EditorPluginCustomControlContainer
impl Send for EditorPluginCustomControlContainer
impl Sync for EditorPluginCustomControlContainer
impl Unpin for EditorPluginCustomControlContainer
impl UnwindSafe for EditorPluginCustomControlContainer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more