[−][src]Enum gltf::material::AlphaMode
The alpha rendering mode of a material.
Variants
The alpha value is ignored and the rendered output is fully opaque.
The rendered output is either fully opaque or fully transparent depending on the alpha value and the specified alpha cutoff value.
The rendered output is either fully opaque or fully transparent depending on the alpha value and the specified alpha cutoff value.
Trait Implementations
impl Clone for AlphaMode[src]
impl Copy for AlphaMode[src]
impl Debug for AlphaMode[src]
impl Default for AlphaMode[src]
impl Eq for AlphaMode[src]
impl PartialEq<AlphaMode> for AlphaMode[src]
impl Serialize for AlphaMode[src]
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, [src]
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
impl StructuralEq for AlphaMode[src]
impl StructuralPartialEq for AlphaMode[src]
Auto Trait Implementations
impl RefUnwindSafe for AlphaMode
impl Send for AlphaMode
impl Sync for AlphaMode
impl Unpin for AlphaMode
impl UnwindSafe for AlphaMode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,