Struct glin::buffer::MapPersistentReadWrite [−][src]
pub struct MapPersistentReadWrite<T: 'static, B: TypedBuffer<T>> { /* fields omitted */ }
Implementations
impl<T: 'static, B: TypedBuffer<T>> MapPersistentReadWrite<T, B>
[src]
impl<T: 'static, B: TypedBuffer<T>> MapPersistentReadWrite<T, B>
[src]impl<T: 'static, B: BufferRange<T>> MapPersistentReadWrite<T, B> where
&'a B: TypedBuffer<T>,
[src]
impl<T: 'static, B: BufferRange<T>> MapPersistentReadWrite<T, B> where
&'a B: TypedBuffer<T>,
[src]pub fn range_mut<R: InputRange>(
&mut self,
range: R
) -> MapPersistentReadWrite<T, &B>
[src]
&mut self,
range: R
) -> MapPersistentReadWrite<T, &B>
Get a range from the mapping
Useful to do operations on portions of the mapping
Panics if the range is out of bounds
impl<T: 'static, B: BufferRange<T> + TypedBuffer<T>> MapPersistentReadWrite<T, B>
[src]
impl<T: 'static, B: BufferRange<T> + TypedBuffer<T>> MapPersistentReadWrite<T, B>
[src]pub fn into_range_mut<R: InputRange>(
self,
range: R
) -> MapPersistentReadWrite<T, B>
[src]
self,
range: R
) -> MapPersistentReadWrite<T, B>
Consumes the map into a range of itself
Useful to do operations on portions of the mapping
Panics if the range is out of bounds
impl<B: BufferRange<u8>> MapPersistentReadWrite<u8, B>
[src]
impl<B: BufferRange<u8>> MapPersistentReadWrite<u8, B>
[src]pub fn cast<T>(self) -> MapPersistentReadWrite<T, <B as Cast<T>>::CastTo> where
B: Cast<T>,
<B as Cast<T>>::CastTo: TypedBuffer<T>,
[src]
B: Cast<T>,
<B as Cast<T>>::CastTo: TypedBuffer<T>,
Trait Implementations
impl<T: Debug + 'static, B: Debug + TypedBuffer<T>> Debug for MapPersistentReadWrite<T, B>
[src]
impl<T: Debug + 'static, B: Debug + TypedBuffer<T>> Debug for MapPersistentReadWrite<T, B>
[src]Auto Trait Implementations
impl<T, B> RefUnwindSafe for MapPersistentReadWrite<T, B> where
B: RefUnwindSafe,
T: RefUnwindSafe,
B: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, B> Send for MapPersistentReadWrite<T, B> where
T: Send,
T: Send,
impl<T, B> Sync for MapPersistentReadWrite<T, B> where
T: Sync,
T: Sync,
impl<T, B> Unpin for MapPersistentReadWrite<T, B> where
B: Unpin,
T: Unpin,
B: Unpin,
T: Unpin,