pub struct Display {
pub outer: DisplayOuter,
pub inner: DisplayInner,
}Expand description
Resolved display value.
Fields§
§outer: DisplayOuter§inner: DisplayInnerImplementations§
Source§impl Display
impl Display
pub const BLOCK: Self
pub const INLINE: Self
pub const INLINE_BLOCK: Self
pub const FLEX: Self
pub const INLINE_FLEX: Self
pub const GRID: Self
pub const INLINE_GRID: Self
pub const TABLE: Self
pub const TABLE_ROW: Self
pub const TABLE_CELL: Self
pub const TABLE_ROW_GROUP: Self
pub const TABLE_COLUMN: Self
pub const TABLE_COLUMN_GROUP: Self
pub const TABLE_CAPTION: Self
pub const TABLE_HEADER_GROUP: Self
pub const TABLE_FOOTER_GROUP: Self
pub const NONE: Self
pub const FLOW_ROOT: Self
pub fn is_none(&self) -> bool
pub fn is_block_level(&self) -> bool
pub fn is_inline_level(&self) -> bool
pub fn establishes_bfc(&self) -> bool
pub fn is_table_part(&self) -> bool
Trait Implementations§
impl Copy for Display
impl Eq for Display
impl StructuralPartialEq for Display
Auto Trait Implementations§
impl Freeze for Display
impl RefUnwindSafe for Display
impl Send for Display
impl Sync for Display
impl Unpin for Display
impl UnwindSafe for Display
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