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