Struct zaplib::InstanceRangeArea
source · [−]pub struct InstanceRangeArea { /* private fields */ }
Expand description
Pointer to a part of a DrawCall
, e.g. from Cx::add_instances
. This pointer
points to a range of instances, where the first index is indicated by
InstanceRangeArea::instance_offset
, and the size of the
range by InstanceRangeArea::instance_count
.
See also Area
.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for InstanceRangeArea
impl Send for InstanceRangeArea
impl Sync for InstanceRangeArea
impl Unpin for InstanceRangeArea
impl UnwindSafe for InstanceRangeArea
Blanket Implementations
Mutably borrows from an owned value. Read more