[−][src]Struct rinecs::storage::oneton_densevec::DenseOneToNVec
Trait Implementations
impl<'a, T: 'a + Debug> Storage<'a, T> for DenseOneToNVec<T>[src]
impl<'a, T: 'a + Debug> Storage<'a, T> for DenseOneToNVec<T>type Get = &'a [T]
type GetMut = &'a mut [T]
fn new() -> DenseOneToNVec<T>[src]
fn new() -> DenseOneToNVec<T>fn with_capacity(capacity: usize) -> DenseOneToNVec<T>[src]
fn with_capacity(capacity: usize) -> DenseOneToNVec<T>fn insert(&mut self, guid: usize, t: T)[src]
fn insert(&mut self, guid: usize, t: T)fn remove(&mut self, guid: usize)[src]
fn remove(&mut self, guid: usize)unsafe fn get(&self, guid: usize) -> &'a [T][src]
unsafe fn get(&self, guid: usize) -> &'a [T]unsafe fn get_mut(&mut self, guid: usize) -> &'a mut [T][src]
unsafe fn get_mut(&mut self, guid: usize) -> &'a mut [T]fn contains(&self, guid: usize) -> bool[src]
fn contains(&self, guid: usize) -> boolimpl<'a, T: 'a + Debug> OneToNStorage<'a, T> for DenseOneToNVec<T>[src]
impl<'a, T: 'a + Debug> OneToNStorage<'a, T> for DenseOneToNVec<T>fn insert_slice<I: IntoIterator<Item = T>>(&mut self, guid: usize, t: I)[src]
fn insert_slice<I: IntoIterator<Item = T>>(&mut self, guid: usize, t: I)unsafe fn get_slice(&self, guid: usize) -> &[T][src]
unsafe fn get_slice(&self, guid: usize) -> &[T]unsafe fn get_slice_mut(&mut self, guid: usize) -> &mut [T][src]
unsafe fn get_slice_mut(&mut self, guid: usize) -> &mut [T]Auto Trait Implementations
impl<T> Send for DenseOneToNVec<T> where
T: Send,
impl<T> Send for DenseOneToNVec<T> where
T: Send, impl<T> Sync for DenseOneToNVec<T> where
T: Sync,
impl<T> Sync for DenseOneToNVec<T> where
T: Sync, Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T> Any for T where
T: Any, [src]
impl<T> Any for T where
T: Any, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T> SetParameter for T[src]
impl<T> SetParameter for T