Struct atomic_pool::Box
source · pub struct Box<P: Pool> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<P: Pool> AsMutSlice for Box<P>where
P::Item: AsMutSlice,
impl<P: Pool> AsMutSlice for Box<P>where
P::Item: AsMutSlice,
source§fn as_mut_slice(&mut self) -> &mut [Self::Element]
fn as_mut_slice(&mut self) -> &mut [Self::Element]
Returns the mutable slice view of
Selfsource§impl<P: Pool> AsMutSlice for Box<P>where
P::Item: AsMutSlice,
impl<P: Pool> AsMutSlice for Box<P>where
P::Item: AsMutSlice,
source§fn as_mut_slice(&mut self) -> &mut [Self::Element]
fn as_mut_slice(&mut self) -> &mut [Self::Element]
Returns the mutable slice view of
Selfsource§impl<P: Pool> Ord for Box<P>where
P::Item: Ord,
impl<P: Pool> Ord for Box<P>where
P::Item: Ord,
source§impl<P: Pool> PartialEq<Box<P>> for Box<P>where
P::Item: PartialEq,
impl<P: Pool> PartialEq<Box<P>> for Box<P>where
P::Item: PartialEq,
source§impl<P: Pool> PartialOrd<Box<P>> for Box<P>where
P::Item: PartialOrd,
impl<P: Pool> PartialOrd<Box<P>> for Box<P>where
P::Item: PartialOrd,
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 more