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 for InstanceArea
 
impl PartialEq for InstanceArea
Source§impl PartialOrd for InstanceArea
 
impl PartialOrd for InstanceArea
impl Copy for InstanceArea
impl Eq for InstanceArea
impl StructuralPartialEq for InstanceArea
Auto Trait Implementations§
impl Freeze for InstanceArea
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