pub struct MediaFeatureRangeInterval<'s> {
pub left: ComponentValue<'s>,
pub left_comparison: MediaFeatureComparison,
pub name: MediaFeatureName<'s>,
pub right_comparison: MediaFeatureComparison,
pub right: ComponentValue<'s>,
pub span: Span,
}Fields§
§left: ComponentValue<'s>§left_comparison: MediaFeatureComparison§name: MediaFeatureName<'s>§right_comparison: MediaFeatureComparison§right: ComponentValue<'s>§span: SpanTrait Implementations§
Source§impl<'s> Clone for MediaFeatureRangeInterval<'s>
impl<'s> Clone for MediaFeatureRangeInterval<'s>
Source§fn clone(&self) -> MediaFeatureRangeInterval<'s>
fn clone(&self) -> MediaFeatureRangeInterval<'s>
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<'s> Debug for MediaFeatureRangeInterval<'s>
impl<'s> Debug for MediaFeatureRangeInterval<'s>
Source§impl<'s> PartialEq for MediaFeatureRangeInterval<'s>
impl<'s> PartialEq for MediaFeatureRangeInterval<'s>
Source§fn eq(&self, other: &MediaFeatureRangeInterval<'s>) -> bool
fn eq(&self, other: &MediaFeatureRangeInterval<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for MediaFeatureRangeInterval<'s>
Auto Trait Implementations§
impl<'s> Freeze for MediaFeatureRangeInterval<'s>
impl<'s> RefUnwindSafe for MediaFeatureRangeInterval<'s>
impl<'s> Send for MediaFeatureRangeInterval<'s>
impl<'s> Sync for MediaFeatureRangeInterval<'s>
impl<'s> Unpin for MediaFeatureRangeInterval<'s>
impl<'s> UnwindSafe for MediaFeatureRangeInterval<'s>
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