Skip to main content

ErasedEntityHandle

Type Alias ErasedEntityHandle 

Source
pub type ErasedEntityHandle = NonZeroU64;
Expand description

A type-erased entity handle.

Aliased Type§

pub struct ErasedEntityHandle(/* private fields */);

Trait Implementations§

Source§

impl QCType for ErasedEntityHandle

Source§

fn type_(&self) -> Type

The QuakeC type of this value.
Source§

fn is_null(&self) -> bool

Whether this value should be considered null.
Source§

impl TryFrom<Value> for ErasedEntityHandle

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.