Struct gfx_hal::buffer::SubRange [−][src]
A subrange of the buffer.
Fields
offset: Offset
Offset to the subrange.
size: Option<Offset>
Size of the subrange, or None for the remaining size of the buffer.
Implementations
Trait Implementations
impl StructuralEq for SubRange
[src]
impl StructuralEq for SubRange
[src]impl StructuralPartialEq for SubRange
[src]
impl StructuralPartialEq for SubRange
[src]Auto Trait Implementations
impl RefUnwindSafe for SubRange
impl RefUnwindSafe for SubRange
impl UnwindSafe for SubRange
impl UnwindSafe for SubRange