pub enum ScriptRenderTargetTableType {
Entity,
Position,
Cursor,
BuildCursor,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ScriptRenderTargetTableType
impl Clone for ScriptRenderTargetTableType
Source§fn clone(&self) -> ScriptRenderTargetTableType
fn clone(&self) -> ScriptRenderTargetTableType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScriptRenderTargetTableType
Source§impl Debug for ScriptRenderTargetTableType
impl Debug for ScriptRenderTargetTableType
impl Eq for ScriptRenderTargetTableType
Source§impl From<ScriptRenderTargetTableType> for LuaAny
impl From<ScriptRenderTargetTableType> for LuaAny
Source§fn from(_: ScriptRenderTargetTableType) -> Self
fn from(_: ScriptRenderTargetTableType) -> Self
Converts to this type from the input type.
Source§impl From<ScriptRenderTargetTableType> for &'static str
impl From<ScriptRenderTargetTableType> for &'static str
Source§fn from(value: ScriptRenderTargetTableType) -> Self
fn from(value: ScriptRenderTargetTableType) -> Self
Converts to this type from the input type.
Source§impl Hash for ScriptRenderTargetTableType
impl Hash for ScriptRenderTargetTableType
Source§impl PartialEq<&str> for ScriptRenderTargetTableType
impl PartialEq<&str> for ScriptRenderTargetTableType
Source§impl PartialEq<ScriptRenderTargetTableType> for &str
impl PartialEq<ScriptRenderTargetTableType> for &str
impl StructuralPartialEq for ScriptRenderTargetTableType
Auto Trait Implementations§
impl Freeze for ScriptRenderTargetTableType
impl RefUnwindSafe for ScriptRenderTargetTableType
impl Send for ScriptRenderTargetTableType
impl Sync for ScriptRenderTargetTableType
impl Unpin for ScriptRenderTargetTableType
impl UnsafeUnpin for ScriptRenderTargetTableType
impl UnwindSafe for ScriptRenderTargetTableType
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