Struct rin::scene::renderer::memory::AllocatorHandle [−][src]
pub struct AllocatorHandle<V, B>(_, _, _);
Trait Implementations
impl<V, B> Clone for AllocatorHandle<V, B>
[src]
impl<V, B> Clone for AllocatorHandle<V, B>
[src]pub fn clone(&self) -> AllocatorHandle<V, B>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<V, B> Index<AllocatorHandle<V, B>> for AllocatorsIndex where
B: 'static,
V: 'static,
[src]
impl<V, B> Index<AllocatorHandle<V, B>> for AllocatorsIndex where
B: 'static,
V: 'static,
[src]impl<V, B> IndexMut<AllocatorHandle<V, B>> for AllocatorsIndex where
B: 'static,
V: 'static,
[src]
impl<V, B> IndexMut<AllocatorHandle<V, B>> for AllocatorsIndex where
B: 'static,
V: 'static,
[src]pub fn index_mut(
&mut self,
handle: AllocatorHandle<V, B>
) -> &mut Allocator<V, B>
[src]
&mut self,
handle: AllocatorHandle<V, B>
) -> &mut Allocator<V, B>
impl<V, B> Key for AllocatorHandle<V, B>
[src]
impl<V, B> Key for AllocatorHandle<V, B>
[src]pub fn to_usize(self) -> usize
[src]
pub fn from_usize(k: usize) -> AllocatorHandle<V, B>
[src]
impl<V, B> PartialEq<AllocatorHandle<V, B>> for AllocatorHandle<V, B>
[src]
impl<V, B> PartialEq<AllocatorHandle<V, B>> for AllocatorHandle<V, B>
[src]impl<V, B> Copy for AllocatorHandle<V, B>
[src]
impl<V, B> Eq for AllocatorHandle<V, B>
[src]
Auto Trait Implementations
impl<V, B> RefUnwindSafe for AllocatorHandle<V, B> where
B: RefUnwindSafe,
V: RefUnwindSafe,
B: RefUnwindSafe,
V: RefUnwindSafe,
impl<V, B> Send for AllocatorHandle<V, B> where
B: Send,
V: Send,
B: Send,
V: Send,
impl<V, B> Sync for AllocatorHandle<V, B> where
B: Sync,
V: Sync,
B: Sync,
V: Sync,
impl<V, B> Unpin for AllocatorHandle<V, B> where
B: Unpin,
V: Unpin,
B: Unpin,
V: Unpin,
impl<V, B> UnwindSafe for AllocatorHandle<V, B> where
B: UnwindSafe,
V: UnwindSafe,
B: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,