Enum webrender_api::SpecificDisplayItem 
                   
                       [−]
                   
               [src]
#[repr(u8)]pub enum SpecificDisplayItem { Clip(ClipDisplayItem), ScrollFrame(ScrollFrameDisplayItem), StickyFrame(StickyFrameDisplayItem), Rectangle(RectangleDisplayItem), ClearRectangle, Line(LineDisplayItem), Text(TextDisplayItem), Image(ImageDisplayItem), YuvImage(YuvImageDisplayItem), Border(BorderDisplayItem), BoxShadow(BoxShadowDisplayItem), Gradient(GradientDisplayItem), RadialGradient(RadialGradientDisplayItem), Iframe(IframeDisplayItem), PushStackingContext(PushStackingContextDisplayItem), PopStackingContext, SetGradientStops, PushShadow(Shadow), PopAllShadows, }
Variants
Clip(ClipDisplayItem)ScrollFrame(ScrollFrameDisplayItem)StickyFrame(StickyFrameDisplayItem)Rectangle(RectangleDisplayItem)ClearRectangleLine(LineDisplayItem)Text(TextDisplayItem)Image(ImageDisplayItem)YuvImage(YuvImageDisplayItem)Border(BorderDisplayItem)BoxShadow(BoxShadowDisplayItem)Gradient(GradientDisplayItem)RadialGradient(RadialGradientDisplayItem)Iframe(IframeDisplayItem)PushStackingContext(PushStackingContextDisplayItem)PopStackingContextSetGradientStopsPushShadow(Shadow)PopAllShadows
            Trait Implementations
impl Clone for SpecificDisplayItem[src]
fn clone(&self) -> SpecificDisplayItem[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for SpecificDisplayItem[src]
impl Debug for SpecificDisplayItem[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for SpecificDisplayItem[src]
fn eq(&self, __arg_0: &SpecificDisplayItem) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SpecificDisplayItem) -> bool[src]
This method tests for !=.