pub struct RawAssetHandle(/* private fields */);Trait Implementations§
Source§impl Clone for RawAssetHandle
impl Clone for RawAssetHandle
Source§fn clone(&self) -> RawAssetHandle
fn clone(&self) -> RawAssetHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RawAssetHandle
Source§impl Debug for RawAssetHandle
impl Debug for RawAssetHandle
Source§impl Default for RawAssetHandle
impl Default for RawAssetHandle
Source§fn default() -> RawAssetHandle
fn default() -> RawAssetHandle
Returns the “default value” for a type. Read more
impl Eq for RawAssetHandle
Source§impl From<KeyData> for RawAssetHandle
impl From<KeyData> for RawAssetHandle
Source§impl Hash for RawAssetHandle
impl Hash for RawAssetHandle
Source§impl Key for RawAssetHandle
impl Key for RawAssetHandle
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for RawAssetHandle
impl Ord for RawAssetHandle
Source§fn cmp(&self, other: &RawAssetHandle) -> Ordering
fn cmp(&self, other: &RawAssetHandle) -> Ordering
1.21.0 (const: unstable) · 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 RawAssetHandle
impl PartialEq for RawAssetHandle
Source§fn eq(&self, other: &RawAssetHandle) -> bool
fn eq(&self, other: &RawAssetHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RawAssetHandle
impl PartialOrd for RawAssetHandle
impl StructuralPartialEq for RawAssetHandle
Auto Trait Implementations§
impl Freeze for RawAssetHandle
impl RefUnwindSafe for RawAssetHandle
impl Send for RawAssetHandle
impl Sync for RawAssetHandle
impl Unpin for RawAssetHandle
impl UnsafeUnpin for RawAssetHandle
impl UnwindSafe for RawAssetHandle
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