pub struct OverflowClipMarginInlineEndStyleValue {
pub visual_box: Option<VisualBox>,
pub length: Option<Length>,
}Expand description
Represents the style value for overflow-clip-margin-inline-end as defined in css-overflow-5.
The grammar is defined as:
<visual-box> || <length [0,∞]>Fields§
§visual_box: Option<VisualBox>§length: Option<Length>Trait Implementations§
Source§impl Clone for OverflowClipMarginInlineEndStyleValue
impl Clone for OverflowClipMarginInlineEndStyleValue
Source§fn clone(&self) -> OverflowClipMarginInlineEndStyleValue
fn clone(&self) -> OverflowClipMarginInlineEndStyleValue
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 Ord for OverflowClipMarginInlineEndStyleValue
impl Ord for OverflowClipMarginInlineEndStyleValue
Source§fn cmp(&self, other: &OverflowClipMarginInlineEndStyleValue) -> Ordering
fn cmp(&self, other: &OverflowClipMarginInlineEndStyleValue) -> 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 OverflowClipMarginInlineEndStyleValue
impl<'a> Parse<'a> for OverflowClipMarginInlineEndStyleValue
Source§impl PartialEq for OverflowClipMarginInlineEndStyleValue
impl PartialEq for OverflowClipMarginInlineEndStyleValue
Source§fn eq(&self, other: &OverflowClipMarginInlineEndStyleValue) -> bool
fn eq(&self, other: &OverflowClipMarginInlineEndStyleValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OverflowClipMarginInlineEndStyleValue
impl PartialOrd for OverflowClipMarginInlineEndStyleValue
Source§impl<'a> Peek<'a> for OverflowClipMarginInlineEndStyleValue
impl<'a> Peek<'a> for OverflowClipMarginInlineEndStyleValue
Source§impl ToCursors for OverflowClipMarginInlineEndStyleValue
impl ToCursors for OverflowClipMarginInlineEndStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for OverflowClipMarginInlineEndStyleValue
impl StructuralPartialEq for OverflowClipMarginInlineEndStyleValue
Auto Trait Implementations§
impl Freeze for OverflowClipMarginInlineEndStyleValue
impl RefUnwindSafe for OverflowClipMarginInlineEndStyleValue
impl Send for OverflowClipMarginInlineEndStyleValue
impl Sync for OverflowClipMarginInlineEndStyleValue
impl Unpin for OverflowClipMarginInlineEndStyleValue
impl UnwindSafe for OverflowClipMarginInlineEndStyleValue
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