Struct me3_framework::overlay::epaint::ClippedShape
source · [−]Expand description
A Shape
within a clip rectangle.
Everything is using logical points.
Tuple Fields
0: Rect
Clip / scissor rectangle.
Only show the part of the Shape
that falls within this.
1: Shape
The shape
Trait Implementations
sourceimpl Clone for ClippedShape
impl Clone for ClippedShape
sourcefn clone(&self) -> ClippedShape
fn clone(&self) -> ClippedShape
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ClippedShape
impl Debug for ClippedShape
sourceimpl PartialEq<ClippedShape> for ClippedShape
impl PartialEq<ClippedShape> for ClippedShape
sourcefn eq(&self, other: &ClippedShape) -> bool
fn eq(&self, other: &ClippedShape) -> bool
impl StructuralPartialEq for ClippedShape
Auto Trait Implementations
impl !RefUnwindSafe for ClippedShape
impl Send for ClippedShape
impl Sync for ClippedShape
impl Unpin for ClippedShape
impl !UnwindSafe for ClippedShape
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more