Struct webrender_api::ImageDescriptor [] [src]

pub struct ImageDescriptor {
    pub format: ImageFormat,
    pub width: u32,
    pub height: u32,
    pub stride: Option<u32>,
    pub offset: u32,
    pub is_opaque: bool,
}

Fields

Methods

impl ImageDescriptor
[src]

[src]

[src]

Trait Implementations

impl Copy for ImageDescriptor
[src]

impl Clone for ImageDescriptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ImageDescriptor
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ImageDescriptor
[src]

[src]

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

[src]

This method tests for !=.