pub enum RadialExtent {
ClosestCorner(Ident),
ClosestSide(Ident),
FarthestCorner(Ident),
FarthestSide(Ident),
}Expand description
https://drafts.csswg.org/css-images-3/#typedef-radial-extent
<radial-extent> = closest-corner | closest-side | farthest-corner | farthest-sideVariants§
Trait Implementations§
Source§impl Clone for RadialExtent
impl Clone for RadialExtent
Source§fn clone(&self) -> RadialExtent
fn clone(&self) -> RadialExtent
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 RadialExtent
impl Debug for RadialExtent
Source§impl Hash for RadialExtent
impl Hash for RadialExtent
Source§impl Ord for RadialExtent
impl Ord for RadialExtent
Source§fn cmp(&self, other: &RadialExtent) -> Ordering
fn cmp(&self, other: &RadialExtent) -> 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 RadialExtent
impl<'a> Parse<'a> for RadialExtent
Source§impl PartialEq for RadialExtent
impl PartialEq for RadialExtent
Source§impl PartialOrd for RadialExtent
impl PartialOrd for RadialExtent
Source§impl<'a> Peek<'a> for RadialExtent
impl<'a> Peek<'a> for RadialExtent
Source§impl ToCursors for RadialExtent
impl ToCursors for RadialExtent
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for RadialExtent
impl Eq for RadialExtent
impl StructuralPartialEq for RadialExtent
Auto Trait Implementations§
impl Freeze for RadialExtent
impl RefUnwindSafe for RadialExtent
impl Send for RadialExtent
impl Sync for RadialExtent
impl Unpin for RadialExtent
impl UnwindSafe for RadialExtent
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