pub struct ProceduralTextureHandle(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for ProceduralTextureHandle
impl Clone for ProceduralTextureHandle
source§fn clone(&self) -> ProceduralTextureHandle
fn clone(&self) -> ProceduralTextureHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProceduralTextureHandle
impl Debug for ProceduralTextureHandle
source§impl Default for ProceduralTextureHandle
impl Default for ProceduralTextureHandle
source§impl<'de> Deserialize<'de> for ProceduralTextureHandle
impl<'de> Deserialize<'de> for ProceduralTextureHandle
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for ProceduralTextureHandle
impl Display for ProceduralTextureHandle
source§impl From<ProceduralTextureHandle> for Ulid
impl From<ProceduralTextureHandle> for Ulid
source§fn from(handle: ProceduralTextureHandle) -> Self
fn from(handle: ProceduralTextureHandle) -> Self
Converts to this type from the input type.
source§impl From<Ulid> for ProceduralTextureHandle
impl From<Ulid> for ProceduralTextureHandle
source§impl Hash for ProceduralTextureHandle
impl Hash for ProceduralTextureHandle
source§impl Ord for ProceduralTextureHandle
impl Ord for ProceduralTextureHandle
source§fn cmp(&self, other: &ProceduralTextureHandle) -> Ordering
fn cmp(&self, other: &ProceduralTextureHandle) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ProceduralTextureHandle
impl PartialEq for ProceduralTextureHandle
source§fn eq(&self, other: &ProceduralTextureHandle) -> bool
fn eq(&self, other: &ProceduralTextureHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ProceduralTextureHandle
impl PartialOrd for ProceduralTextureHandle
source§fn partial_cmp(&self, other: &ProceduralTextureHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &ProceduralTextureHandle) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
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 moresource§impl Serialize for ProceduralTextureHandle
impl Serialize for ProceduralTextureHandle
impl Copy for ProceduralTextureHandle
impl Eq for ProceduralTextureHandle
impl StructuralEq for ProceduralTextureHandle
impl StructuralPartialEq for ProceduralTextureHandle
Auto Trait Implementations§
impl RefUnwindSafe for ProceduralTextureHandle
impl Send for ProceduralTextureHandle
impl Sync for ProceduralTextureHandle
impl Unpin for ProceduralTextureHandle
impl UnwindSafe for ProceduralTextureHandle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more