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