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