Struct makepad_widgets::shader::std::InstanceArea
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: u64
Trait Implementations§
§impl Clone for InstanceArea
impl Clone for InstanceArea
§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 more§impl Debug for InstanceArea
impl Debug for InstanceArea
§impl Hash for InstanceArea
impl Hash for InstanceArea
§impl Into<Area> for InstanceArea
impl Into<Area> for InstanceArea
§impl Ord for InstanceArea
impl Ord for InstanceArea
§impl PartialEq<InstanceArea> for InstanceArea
impl PartialEq<InstanceArea> for InstanceArea
§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 ==
.§impl PartialOrd<InstanceArea> for InstanceArea
impl PartialOrd<InstanceArea> for InstanceArea
§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