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§
Source§impl Ord for RectArea
impl Ord for RectArea
Source§impl PartialOrd for RectArea
impl PartialOrd for RectArea
impl Copy for RectArea
impl Eq for RectArea
impl StructuralPartialEq for RectArea
Auto Trait Implementations§
impl Freeze for RectArea
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> ActionTrait for T
impl<T> ActionTrait for T
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