pub struct ProceduralMeshHandle(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for ProceduralMeshHandle
impl Clone for ProceduralMeshHandle
source§fn clone(&self) -> ProceduralMeshHandle
fn clone(&self) -> ProceduralMeshHandle
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 ProceduralMeshHandle
impl Debug for ProceduralMeshHandle
source§impl Default for ProceduralMeshHandle
impl Default for ProceduralMeshHandle
source§impl<'de> Deserialize<'de> for ProceduralMeshHandle
impl<'de> Deserialize<'de> for ProceduralMeshHandle
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 ProceduralMeshHandle
impl Display for ProceduralMeshHandle
source§impl From<ProceduralMeshHandle> for Ulid
impl From<ProceduralMeshHandle> for Ulid
source§fn from(handle: ProceduralMeshHandle) -> Self
fn from(handle: ProceduralMeshHandle) -> Self
Converts to this type from the input type.
source§impl From<Ulid> for ProceduralMeshHandle
impl From<Ulid> for ProceduralMeshHandle
source§impl Hash for ProceduralMeshHandle
impl Hash for ProceduralMeshHandle
source§impl Ord for ProceduralMeshHandle
impl Ord for ProceduralMeshHandle
source§fn cmp(&self, other: &ProceduralMeshHandle) -> Ordering
fn cmp(&self, other: &ProceduralMeshHandle) -> 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 ProceduralMeshHandle
impl PartialEq for ProceduralMeshHandle
source§fn eq(&self, other: &ProceduralMeshHandle) -> bool
fn eq(&self, other: &ProceduralMeshHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ProceduralMeshHandle
impl PartialOrd for ProceduralMeshHandle
source§fn partial_cmp(&self, other: &ProceduralMeshHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &ProceduralMeshHandle) -> 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 ProceduralMeshHandle
impl Serialize for ProceduralMeshHandle
impl Copy for ProceduralMeshHandle
impl Eq for ProceduralMeshHandle
impl StructuralEq for ProceduralMeshHandle
impl StructuralPartialEq for ProceduralMeshHandle
Auto Trait Implementations§
impl RefUnwindSafe for ProceduralMeshHandle
impl Send for ProceduralMeshHandle
impl Sync for ProceduralMeshHandle
impl Unpin for ProceduralMeshHandle
impl UnwindSafe for ProceduralMeshHandle
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