pub enum CoordBox {
ContentBox(Ident),
PaddingBox(Ident),
BorderBox(Ident),
FillBox(Ident),
StrokeBox(Ident),
ViewBox(Ident),
}Expand description
https://drafts.csswg.org/css-box-4/#typedef-coord-box
<coord-box> = <paint-box> | view-boxVariants§
ContentBox(Ident)
PaddingBox(Ident)
BorderBox(Ident)
FillBox(Ident)
StrokeBox(Ident)
ViewBox(Ident)
Trait Implementations§
Source§impl Ord for CoordBox
impl Ord for CoordBox
Source§impl PartialOrd for CoordBox
impl PartialOrd for CoordBox
Source§impl ToCursors for CoordBox
impl ToCursors for CoordBox
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for CoordBox
impl Eq for CoordBox
impl StructuralPartialEq for CoordBox
Auto Trait Implementations§
impl Freeze for CoordBox
impl RefUnwindSafe for CoordBox
impl Send for CoordBox
impl Sync for CoordBox
impl Unpin for CoordBox
impl UnwindSafe for CoordBox
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