[][src]Enum bve_native::parse::mesh::GlowAttenuationMode

#[repr(C)]
pub enum GlowAttenuationMode {
    DivideExponent2,
    DivideExponent4,
}

No idea what this does, but every mesh has one or the other.

Variants

DivideExponent2
DivideExponent4

Trait Implementations

impl Clone for GlowAttenuationMode[src]

impl Copy for GlowAttenuationMode[src]

impl Debug for GlowAttenuationMode[src]

impl<'de> Deserialize<'de> for GlowAttenuationMode[src]

impl Eq for GlowAttenuationMode[src]

impl Ord for GlowAttenuationMode[src]

impl PartialEq<GlowAttenuationMode> for GlowAttenuationMode[src]

impl PartialOrd<GlowAttenuationMode> for GlowAttenuationMode[src]

impl StructuralEq for GlowAttenuationMode[src]

impl StructuralPartialEq for GlowAttenuationMode[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AnyEq for T where
    T: PartialEq<T> + Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.