pub enum RadialShape {
Circle(Ident),
Ellipse(Ident),
}Expand description
https://drafts.csswg.org/css-images-3/#typedef-radial-shape
<radial-shape> = circle | ellipseVariants§
Trait Implementations§
Source§impl Clone for RadialShape
impl Clone for RadialShape
Source§fn clone(&self) -> RadialShape
fn clone(&self) -> RadialShape
Returns a duplicate 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 RadialShape
impl Debug for RadialShape
Source§impl Hash for RadialShape
impl Hash for RadialShape
Source§impl Ord for RadialShape
impl Ord for RadialShape
Source§fn cmp(&self, other: &RadialShape) -> Ordering
fn cmp(&self, other: &RadialShape) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for RadialShape
impl<'a> Parse<'a> for RadialShape
Source§impl PartialEq for RadialShape
impl PartialEq for RadialShape
Source§impl PartialOrd for RadialShape
impl PartialOrd for RadialShape
Source§impl<'a> Peek<'a> for RadialShape
impl<'a> Peek<'a> for RadialShape
Source§impl ToCursors for RadialShape
impl ToCursors for RadialShape
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for RadialShape
impl StructuralPartialEq for RadialShape
Auto Trait Implementations§
impl Freeze for RadialShape
impl RefUnwindSafe for RadialShape
impl Send for RadialShape
impl Sync for RadialShape
impl Unpin for RadialShape
impl UnwindSafe for RadialShape
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