Struct makepad_widgets::RectArea
pub struct RectArea {
pub draw_list_id: DrawListId,
pub rect_id: usize,
pub redraw_id: u64,
}
Fields§
§draw_list_id: DrawListId
§rect_id: usize
§redraw_id: u64
Trait Implementations§
§impl Ord for RectArea
impl Ord for RectArea
§impl PartialOrd<RectArea> for RectArea
impl PartialOrd<RectArea> for RectArea
§fn partial_cmp(&self, other: &RectArea) -> Option<Ordering>
fn partial_cmp(&self, other: &RectArea) -> 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 RectArea
impl Eq for RectArea
impl StructuralEq for RectArea
impl StructuralPartialEq for RectArea
Auto Trait Implementations§
impl RefUnwindSafe for RectArea
impl Send for RectArea
impl Sync for RectArea
impl Unpin for RectArea
impl UnwindSafe for RectArea
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