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