Trait rin::gl::buffer_object::InputRange[][src]

pub trait InputRange {
    fn to_range<T, B>(self, buffer: &B) -> Range<usize>
    where
        B: BufferRange<T>
; }

Trait to convert any partial range + a buffer into an ops::Range

Required Methods

Important traits for Range<A>

Implementations on Foreign Types

impl InputRange for RangeFull
[src]

Important traits for Range<A>

impl InputRange for Range<usize>
[src]

Important traits for Range<A>

impl InputRange for RangeFrom<usize>
[src]

Important traits for Range<A>

impl InputRange for RangeTo<usize>
[src]

Important traits for Range<A>

Implementors