Struct webrender_api::YuvImageDisplayItem
[−]
[src]
pub struct YuvImageDisplayItem {
pub yuv_data: YuvData,
pub color_space: YuvColorSpace,
pub image_rendering: ImageRendering,
}Fields
yuv_data: YuvData
color_space: YuvColorSpace
image_rendering: ImageRendering
Trait Implementations
impl Clone for YuvImageDisplayItem[src]
fn clone(&self) -> YuvImageDisplayItem[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 YuvImageDisplayItem[src]
impl Debug for YuvImageDisplayItem[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for YuvImageDisplayItem[src]
fn eq(&self, __arg_0: &YuvImageDisplayItem) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &YuvImageDisplayItem) -> bool[src]
This method tests for !=.