Struct makepad_platform::InstanceArea
source · pub struct InstanceArea {
pub draw_list_id: DrawListId,
pub draw_item_id: usize,
pub instance_offset: usize,
pub instance_count: usize,
pub redraw_id: u64,
}Fields§
§draw_list_id: DrawListId§draw_item_id: usize§instance_offset: usize§instance_count: usize§redraw_id: u64Trait Implementations§
source§impl Clone for InstanceArea
impl Clone for InstanceArea
source§fn clone(&self) -> InstanceArea
fn clone(&self) -> InstanceArea
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InstanceArea
impl Debug for InstanceArea
source§impl Hash for InstanceArea
impl Hash for InstanceArea
source§impl Into<Area> for InstanceArea
impl Into<Area> for InstanceArea
source§impl Ord for InstanceArea
impl Ord for InstanceArea
source§fn cmp(&self, other: &InstanceArea) -> Ordering
fn cmp(&self, other: &InstanceArea) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<InstanceArea> for InstanceArea
impl PartialEq<InstanceArea> for InstanceArea
source§fn eq(&self, other: &InstanceArea) -> bool
fn eq(&self, other: &InstanceArea) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<InstanceArea> for InstanceArea
impl PartialOrd<InstanceArea> for InstanceArea
source§fn partial_cmp(&self, other: &InstanceArea) -> Option<Ordering>
fn partial_cmp(&self, other: &InstanceArea) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for InstanceArea
impl Eq for InstanceArea
impl StructuralEq for InstanceArea
impl StructuralPartialEq for InstanceArea
Auto Trait Implementations§
impl RefUnwindSafe for InstanceArea
impl Send for InstanceArea
impl Sync for InstanceArea
impl Unpin for InstanceArea
impl UnwindSafe for InstanceArea
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more