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
rect: TypedRect<f32, T>
local_clip: LocalClip
is_backface_visible: bool
tag: Option<ItemTag>
Trait Implementations
impl<T: Clone> Clone for PrimitiveInfo<T>[src]
fn clone(&self) -> PrimitiveInfo<T>[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<T: Copy> Copy for PrimitiveInfo<T>[src]
impl<T: Debug> Debug for PrimitiveInfo<T>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<T: PartialEq> PartialEq for PrimitiveInfo<T>[src]
fn eq(&self, __arg_0: &PrimitiveInfo<T>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PrimitiveInfo<T>) -> bool[src]
This method tests for !=.