#[repr(u32)]pub enum EditorPluginDockSlot {
LeftUl = 0,
LeftBl = 1,
LeftUr = 2,
LeftBr = 3,
RightUl = 4,
RightBl = 5,
RightUr = 6,
RightBr = 7,
Max = 8,
}
Variants§
LeftUl = 0
LeftBl = 1
LeftUr = 2
LeftBr = 3
RightUl = 4
RightBl = 5
RightUr = 6
RightBr = 7
Max = 8
Trait Implementations§
Source§impl Clone for EditorPluginDockSlot
impl Clone for EditorPluginDockSlot
Source§fn clone(&self) -> EditorPluginDockSlot
fn clone(&self) -> EditorPluginDockSlot
Returns a duplicate 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 Debug for EditorPluginDockSlot
impl Debug for EditorPluginDockSlot
Source§impl Hash for EditorPluginDockSlot
impl Hash for EditorPluginDockSlot
Source§impl PartialEq for EditorPluginDockSlot
impl PartialEq for EditorPluginDockSlot
impl Copy for EditorPluginDockSlot
impl Eq for EditorPluginDockSlot
impl StructuralPartialEq for EditorPluginDockSlot
Auto Trait Implementations§
impl Freeze for EditorPluginDockSlot
impl RefUnwindSafe for EditorPluginDockSlot
impl Send for EditorPluginDockSlot
impl Sync for EditorPluginDockSlot
impl Unpin for EditorPluginDockSlot
impl UnwindSafe for EditorPluginDockSlot
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