Struct composable::views::RoundedRectangle
source · pub struct RoundedRectangle { /* private fields */ }
Available on crate features
unstable
and views
only.Implementations§
source§impl RoundedRectangle
impl RoundedRectangle
pub fn continuous(self) -> ContinuousRoundedRectangle
Trait Implementations§
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