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