Struct webrender_api::BlobImageDescriptor [] [src]

#[repr(C)]
pub struct BlobImageDescriptor { pub width: u32, pub height: u32, pub offset: DevicePoint, pub format: ImageFormat, }

Fields

Trait Implementations

impl Copy for BlobImageDescriptor
[src]

impl Clone for BlobImageDescriptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BlobImageDescriptor
[src]

[src]

Formats the value using the given formatter. Read more