Struct style::values::specified::position::NamedArea
[−]
[src]
pub struct NamedArea {
pub name: Box<str>,
pub rows: Range<u32>,
pub columns: Range<u32>,
}Not associated with any particular grid item, but can be referenced from the grid-placement properties.
Fields
name: Box<str>
Name of the named area
rows: Range<u32>
Rows of the named area
columns: Range<u32>
Columns of the named area
Trait Implementations
impl Clone for NamedArea[src]
fn clone(&self) -> NamedArea[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for NamedArea[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more