[−][src]Struct gdnative_bindings::spatial_material::Flags
Implementations
impl Flags[src]
pub const UNSHADED: Flags[src]
pub const USE_VERTEX_LIGHTING: Flags[src]
pub const DISABLE_DEPTH_TEST: Flags[src]
pub const ALBEDO_FROM_VERTEX_COLOR: Flags[src]
pub const SRGB_VERTEX_COLOR: Flags[src]
pub const USE_POINT_SIZE: Flags[src]
pub const FIXED_SIZE: Flags[src]
pub const BILLBOARD_KEEP_SCALE: Flags[src]
pub const UV1_USE_TRIPLANAR: Flags[src]
pub const UV2_USE_TRIPLANAR: Flags[src]
pub const TRIPLANAR_USE_WORLD: Flags[src]
pub const AO_ON_UV2: Flags[src]
pub const EMISSION_ON_UV2: Flags[src]
pub const USE_ALPHA_SCISSOR: Flags[src]
pub const ALBEDO_TEXTURE_FORCE_SRGB: Flags[src]
pub const DONT_RECEIVE_SHADOWS: Flags[src]
pub const ENSURE_CORRECT_NORMALS: Flags[src]
pub const DISABLE_AMBIENT_LIGHT: Flags[src]
pub const USE_SHADOW_TO_OPACITY: Flags[src]
pub const MAX: Flags[src]
Trait Implementations
impl Clone for Flags[src]
impl Copy for Flags[src]
impl Debug for Flags[src]
impl Eq for Flags[src]
impl From<Flags> for i64[src]
impl From<i64> for Flags[src]
impl Hash for Flags[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for Flags[src]
fn cmp(&self, other: &Flags) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<Flags> for Flags[src]
impl PartialOrd<Flags> for Flags[src]
fn partial_cmp(&self, other: &Flags) -> Option<Ordering>[src]
fn lt(&self, other: &Flags) -> bool[src]
fn le(&self, other: &Flags) -> bool[src]
fn gt(&self, other: &Flags) -> bool[src]
fn ge(&self, other: &Flags) -> bool[src]
impl StructuralEq for Flags[src]
impl StructuralPartialEq for Flags[src]
Auto Trait Implementations
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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>,