pub struct PaddingBlockStartStyleValue(pub PaddingTopStyleValue);Expand description
Represents the style value for padding-block-start 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 PaddingBlockStartStyleValue
impl Clone for PaddingBlockStartStyleValue
Source§fn clone(&self) -> PaddingBlockStartStyleValue
fn clone(&self) -> PaddingBlockStartStyleValue
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 PaddingBlockStartStyleValue
impl Debug for PaddingBlockStartStyleValue
Source§impl Hash for PaddingBlockStartStyleValue
impl Hash for PaddingBlockStartStyleValue
Source§impl Ord for PaddingBlockStartStyleValue
impl Ord for PaddingBlockStartStyleValue
Source§fn cmp(&self, other: &PaddingBlockStartStyleValue) -> Ordering
fn cmp(&self, other: &PaddingBlockStartStyleValue) -> 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 PaddingBlockStartStyleValue
impl<'a> Parse<'a> for PaddingBlockStartStyleValue
Source§impl PartialOrd for PaddingBlockStartStyleValue
impl PartialOrd for PaddingBlockStartStyleValue
Source§impl<'a> Peek<'a> for PaddingBlockStartStyleValue
impl<'a> Peek<'a> for PaddingBlockStartStyleValue
Source§impl ToCursors for PaddingBlockStartStyleValue
impl ToCursors for PaddingBlockStartStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for PaddingBlockStartStyleValue
impl StructuralPartialEq for PaddingBlockStartStyleValue
Auto Trait Implementations§
impl Freeze for PaddingBlockStartStyleValue
impl RefUnwindSafe for PaddingBlockStartStyleValue
impl Send for PaddingBlockStartStyleValue
impl Sync for PaddingBlockStartStyleValue
impl Unpin for PaddingBlockStartStyleValue
impl UnwindSafe for PaddingBlockStartStyleValue
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