pub struct GroundEffectTextureKey {
pub id: i32,
}Available on crate feature
tbc only.Fields
id: i32Implementations
Trait Implementations
sourceimpl Clone for GroundEffectTextureKey
impl Clone for GroundEffectTextureKey
sourcefn clone(&self) -> GroundEffectTextureKey
fn clone(&self) -> GroundEffectTextureKey
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GroundEffectTextureKey
impl Debug for GroundEffectTextureKey
sourceimpl Default for GroundEffectTextureKey
impl Default for GroundEffectTextureKey
sourcefn default() -> GroundEffectTextureKey
fn default() -> GroundEffectTextureKey
Returns the “default value” for a type. Read more
sourceimpl From<i16> for GroundEffectTextureKey
impl From<i16> for GroundEffectTextureKey
sourceimpl From<i32> for GroundEffectTextureKey
impl From<i32> for GroundEffectTextureKey
sourceimpl From<i8> for GroundEffectTextureKey
impl From<i8> for GroundEffectTextureKey
sourceimpl From<u16> for GroundEffectTextureKey
impl From<u16> for GroundEffectTextureKey
sourceimpl From<u8> for GroundEffectTextureKey
impl From<u8> for GroundEffectTextureKey
sourceimpl Hash for GroundEffectTextureKey
impl Hash for GroundEffectTextureKey
sourceimpl Ord for GroundEffectTextureKey
impl Ord for GroundEffectTextureKey
sourcefn cmp(&self, other: &GroundEffectTextureKey) -> Ordering
fn cmp(&self, other: &GroundEffectTextureKey) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Selfwhere
Self: Sized,
const fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Selfwhere
Self: Sized,
const fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<GroundEffectTextureKey> for GroundEffectTextureKey
impl PartialEq<GroundEffectTextureKey> for GroundEffectTextureKey
sourcefn eq(&self, other: &GroundEffectTextureKey) -> bool
fn eq(&self, other: &GroundEffectTextureKey) -> bool
sourceimpl PartialOrd<GroundEffectTextureKey> for GroundEffectTextureKey
impl PartialOrd<GroundEffectTextureKey> for GroundEffectTextureKey
sourcefn partial_cmp(&self, other: &GroundEffectTextureKey) -> Option<Ordering>
fn partial_cmp(&self, other: &GroundEffectTextureKey) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for GroundEffectTextureKey
impl Eq for GroundEffectTextureKey
impl StructuralEq for GroundEffectTextureKey
impl StructuralPartialEq for GroundEffectTextureKey
Auto Trait Implementations
impl RefUnwindSafe for GroundEffectTextureKey
impl Send for GroundEffectTextureKey
impl Sync for GroundEffectTextureKey
impl Unpin for GroundEffectTextureKey
impl UnwindSafe for GroundEffectTextureKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more