pub struct GridRowEndStyleValue(pub GridLine);Expand description
Represents the style value for grid-row-end as defined in css-grid-3.
CSS grid is a two-dimensional layout system, which lays content out in rows and columns.
The grammar is defined as:
<grid-line>Tuple Fields§
§0: GridLineTrait Implementations§
Source§impl Clone for GridRowEndStyleValue
impl Clone for GridRowEndStyleValue
Source§fn clone(&self) -> GridRowEndStyleValue
fn clone(&self) -> GridRowEndStyleValue
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 GridRowEndStyleValue
impl Debug for GridRowEndStyleValue
Source§impl Hash for GridRowEndStyleValue
impl Hash for GridRowEndStyleValue
Source§impl Ord for GridRowEndStyleValue
impl Ord for GridRowEndStyleValue
Source§fn cmp(&self, other: &GridRowEndStyleValue) -> Ordering
fn cmp(&self, other: &GridRowEndStyleValue) -> 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 GridRowEndStyleValue
impl<'a> Parse<'a> for GridRowEndStyleValue
Source§impl PartialEq for GridRowEndStyleValue
impl PartialEq for GridRowEndStyleValue
Source§impl PartialOrd for GridRowEndStyleValue
impl PartialOrd for GridRowEndStyleValue
Source§impl<'a> Peek<'a> for GridRowEndStyleValue
impl<'a> Peek<'a> for GridRowEndStyleValue
Source§impl ToCursors for GridRowEndStyleValue
impl ToCursors for GridRowEndStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for GridRowEndStyleValue
impl StructuralPartialEq for GridRowEndStyleValue
Auto Trait Implementations§
impl Freeze for GridRowEndStyleValue
impl RefUnwindSafe for GridRowEndStyleValue
impl Send for GridRowEndStyleValue
impl Sync for GridRowEndStyleValue
impl Unpin for GridRowEndStyleValue
impl UnwindSafe for GridRowEndStyleValue
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