pub struct PaddingBlockEndStyleValue(pub PaddingTopStyleValue);Expand description
Represents the style value for padding-block-end as defined in css-logical-1.
CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.
The grammar is defined as:
<'padding-top'>Tuple Fields§
§0: PaddingTopStyleValueTrait Implementations§
Source§impl Clone for PaddingBlockEndStyleValue
impl Clone for PaddingBlockEndStyleValue
Source§fn clone(&self) -> PaddingBlockEndStyleValue
fn clone(&self) -> PaddingBlockEndStyleValue
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 PaddingBlockEndStyleValue
impl Debug for PaddingBlockEndStyleValue
Source§impl Hash for PaddingBlockEndStyleValue
impl Hash for PaddingBlockEndStyleValue
Source§impl Ord for PaddingBlockEndStyleValue
impl Ord for PaddingBlockEndStyleValue
Source§fn cmp(&self, other: &PaddingBlockEndStyleValue) -> Ordering
fn cmp(&self, other: &PaddingBlockEndStyleValue) -> 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 PaddingBlockEndStyleValue
impl<'a> Parse<'a> for PaddingBlockEndStyleValue
Source§impl PartialOrd for PaddingBlockEndStyleValue
impl PartialOrd for PaddingBlockEndStyleValue
Source§impl<'a> Peek<'a> for PaddingBlockEndStyleValue
impl<'a> Peek<'a> for PaddingBlockEndStyleValue
Source§impl ToCursors for PaddingBlockEndStyleValue
impl ToCursors for PaddingBlockEndStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for PaddingBlockEndStyleValue
impl StructuralPartialEq for PaddingBlockEndStyleValue
Auto Trait Implementations§
impl Freeze for PaddingBlockEndStyleValue
impl RefUnwindSafe for PaddingBlockEndStyleValue
impl Send for PaddingBlockEndStyleValue
impl Sync for PaddingBlockEndStyleValue
impl Unpin for PaddingBlockEndStyleValue
impl UnwindSafe for PaddingBlockEndStyleValue
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