Struct webrender_api::BlobImageDescriptor 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct BlobImageDescriptor { pub width: u32, pub height: u32, pub offset: DevicePoint, pub format: ImageFormat, }
Fields
width: u32
                           
                           
                           
                           height: u32
                           
                           
                           
                           offset: DevicePoint
                           
                           
                           
                           format: ImageFormat
                           
            Trait Implementations
impl Copy for BlobImageDescriptor[src]
impl Clone for BlobImageDescriptor[src]
fn clone(&self) -> BlobImageDescriptor[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