Struct webrender_api::PrimitiveInfo [] [src]

pub struct PrimitiveInfo<T> {
    pub rect: TypedRect<f32, T>,
    pub local_clip: LocalClip,
    pub is_backface_visible: bool,
    pub tag: Option<ItemTag>,
}

Fields

Trait Implementations

impl<T: Clone> Clone for PrimitiveInfo<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for PrimitiveInfo<T>
[src]

impl<T: Debug> Debug for PrimitiveInfo<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for PrimitiveInfo<T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.