Struct glin::buffer::MapPersistentRead [−][src]
pub struct MapPersistentRead<T: 'static, B: TypedBuffer<T>> { /* fields omitted */ }
Implementations
impl<T: 'static, B: BufferRange<T>> MapPersistentRead<T, B> where
&'a B: TypedBuffer<T>,
[src]
impl<T: 'static, B: BufferRange<T>> MapPersistentRead<T, B> where
&'a B: TypedBuffer<T>,
[src]pub fn range<R: InputRange>(&self, range: R) -> MapPersistentRead<T, &B>
[src]
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>> MapPersistentRead<T, B>
[src]
impl<T: 'static, B: BufferRange<T>> MapPersistentRead<T, B>
[src]pub fn into_range<R: InputRange>(self, range: R) -> MapPersistentRead<T, B>
[src]
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>> MapPersistentRead<u8, B>
[src]
impl<B: BufferRange<u8>> MapPersistentRead<u8, B>
[src]pub fn cast<T>(self) -> MapPersistentRead<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 MapPersistentRead<T, B>
[src]
impl<T: Debug + 'static, B: Debug + TypedBuffer<T>> Debug for MapPersistentRead<T, B>
[src]Auto Trait Implementations
impl<T, B> RefUnwindSafe for MapPersistentRead<T, B> where
B: RefUnwindSafe,
T: RefUnwindSafe,
B: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, B> Send for MapPersistentRead<T, B> where
T: Sync,
T: Sync,
impl<T, B> Sync for MapPersistentRead<T, B> where
T: Sync,
T: Sync,
impl<T, B> Unpin for MapPersistentRead<T, B> where
B: Unpin,
T: Unpin,
B: Unpin,
T: Unpin,
impl<T, B> UnwindSafe for MapPersistentRead<T, B> where
B: UnwindSafe,
T: RefUnwindSafe + UnwindSafe,
B: UnwindSafe,
T: RefUnwindSafe + UnwindSafe,