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
Source§impl Default for ScriptRenderTargetTableType
impl Default for ScriptRenderTargetTableType
Source§fn default() -> ScriptRenderTargetTableType
fn default() -> ScriptRenderTargetTableType
Returns the “default value” for a type. Read more
impl Eq for ScriptRenderTargetTableType
Source§impl From<ScriptRenderTargetTableType> for &'static str
impl From<ScriptRenderTargetTableType> for &'static str
Source§fn from(value: ScriptRenderTargetTableType) -> &'static str
fn from(value: ScriptRenderTargetTableType) -> &'static str
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