Struct gfx_hal::memory::Segment [−][src]
A linear segment within a memory block.
Fields
offset: u64Offset to the segment.
size: Option<u64>Size of the segment, or None if unbound.
Implementations
Trait Implementations
impl StructuralEq for Segment[src]
impl StructuralEq for Segment[src]impl StructuralPartialEq for Segment[src]
impl StructuralPartialEq for Segment[src]Auto Trait Implementations
impl RefUnwindSafe for Segment
impl RefUnwindSafe for Segmentimpl UnwindSafe for Segment
impl UnwindSafe for Segment