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