[−]Struct oxygengine_core::ecs::shred::ResourceId
The id of a Resource,
which is a tuple struct with a type
id and an additional resource id (represented with a usize).
The default resource id is 0.
Methods
impl ResourceId
pub fn new<T>() -> ResourceId where
T: Resource,
T: Resource,
Creates a new resource id from a given type.
Trait Implementations
impl PartialEq<ResourceId> for ResourceId
fn eq(&self, other: &ResourceId) -> bool
fn ne(&self, other: &ResourceId) -> bool
impl Hash for ResourceId
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
__H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl PartialOrd<ResourceId> for ResourceId
fn partial_cmp(&self, other: &ResourceId) -> Option<Ordering>
fn lt(&self, other: &ResourceId) -> bool
fn le(&self, other: &ResourceId) -> bool
fn gt(&self, other: &ResourceId) -> bool
fn ge(&self, other: &ResourceId) -> bool
impl Copy for ResourceId
impl Debug for ResourceId
impl Clone for ResourceId
fn clone(&self) -> ResourceId
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Ord for ResourceId
fn cmp(&self, other: &ResourceId) -> Ordering
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self[src]
🔬 This is a nightly-only experimental API. (
clamp)Restrict a value to a certain interval. Read more
impl Eq for ResourceId
Auto Trait Implementations
impl Sync for ResourceId
impl Send for ResourceId
impl Unpin for ResourceId
impl RefUnwindSafe for ResourceId
impl UnwindSafe for ResourceId
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Resource for T where
T: Any + Send + Sync,
T: Any + Send + Sync,
impl<T> Any for T where
T: Any,
T: Any,
fn get_type_id(&self) -> TypeId
impl<T> Event for T where
T: Send + Sync + 'static,
T: Send + Sync + 'static,