pub enum TrySize {
MostWidth(Ident),
MostHeight(Ident),
MostBlockSize(Ident),
MostInlineSize(Ident),
}Expand description
https://drafts.csswg.org/css-anchor-position-1/#typedef-try-size
<try-size> = most-width | most-height | most-block-size | most-inline-sizeVariants§
Trait Implementations§
Source§impl Ord for TrySize
impl Ord for TrySize
Source§impl PartialOrd for TrySize
impl PartialOrd for TrySize
Source§impl ToCursors for TrySize
impl ToCursors for TrySize
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for TrySize
impl Eq for TrySize
impl StructuralPartialEq for TrySize
Auto Trait Implementations§
impl Freeze for TrySize
impl RefUnwindSafe for TrySize
impl Send for TrySize
impl Sync for TrySize
impl Unpin for TrySize
impl UnwindSafe for TrySize
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