pub struct InstanceType(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl InstanceType
impl InstanceType
pub const NONE: InstanceType
pub const MESH: InstanceType
pub const MULTIMESH: InstanceType
pub const IMMEDIATE: InstanceType
pub const PARTICLES: InstanceType
pub const LIGHT: InstanceType
pub const REFLECTION_PROBE: InstanceType
pub const GI_PROBE: InstanceType
pub const LIGHTMAP_CAPTURE: InstanceType
pub const MAX: InstanceType
pub const GEOMETRY_MASK: InstanceType
Trait Implementations§
Source§impl Clone for InstanceType
impl Clone for InstanceType
Source§fn clone(&self) -> InstanceType
fn clone(&self) -> InstanceType
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 InstanceType
impl Debug for InstanceType
Source§impl From<InstanceType> for i64
impl From<InstanceType> for i64
Source§fn from(v: InstanceType) -> Self
fn from(v: InstanceType) -> Self
Converts to this type from the input type.
Source§impl From<i64> for InstanceType
impl From<i64> for InstanceType
Source§impl FromVariant for InstanceType
impl FromVariant for InstanceType
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for InstanceType
impl Hash for InstanceType
Source§impl Ord for InstanceType
impl Ord for InstanceType
Source§fn cmp(&self, other: &InstanceType) -> Ordering
fn cmp(&self, other: &InstanceType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InstanceType
impl PartialEq for InstanceType
Source§impl PartialOrd for InstanceType
impl PartialOrd for InstanceType
impl Copy for InstanceType
impl Eq for InstanceType
impl StructuralPartialEq for InstanceType
Auto Trait Implementations§
impl Freeze for InstanceType
impl RefUnwindSafe for InstanceType
impl Send for InstanceType
impl Sync for InstanceType
impl Unpin for InstanceType
impl UnwindSafe for InstanceType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.