pub struct RoundedRectangle { /* private fields */ }
Expand description
A rectangular shape with rounded corners.
Implementations§
Trait Implementations§
Source§impl Clone for RoundedRectangle
impl Clone for RoundedRectangle
Source§fn clone(&self) -> RoundedRectangle
fn clone(&self) -> RoundedRectangle
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 RoundedRectangle
impl Debug for RoundedRectangle
Source§impl PartialEq for RoundedRectangle
impl PartialEq for RoundedRectangle
Source§impl Shape for RoundedRectangle
impl Shape for RoundedRectangle
impl StructuralPartialEq for RoundedRectangle
Auto Trait Implementations§
impl Freeze for RoundedRectangle
impl RefUnwindSafe for RoundedRectangle
impl Send for RoundedRectangle
impl Sync for RoundedRectangle
impl Unpin for RoundedRectangle
impl UnwindSafe for RoundedRectangle
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