Struct gdnative_bindings::spatial_material::Flags [−][src]
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<i64> for Flags[src]
impl Hash for Flags[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub 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]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[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[src]
impl Send for Flags[src]
impl Sync for Flags[src]
impl Unpin for Flags[src]
impl UnwindSafe for Flags[src]
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,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CallHasher for T where
T: Hash + ?Sized,
T: Hash + ?Sized,
pub default fn get_hash<H, B>(value: &H, build_hasher: &B) -> u64 where
B: BuildHasher,
H: Hash + ?Sized,
B: BuildHasher,
H: Hash + ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[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.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,