Struct webrender_api::UpdateImage
[−]
[src]
pub struct UpdateImage { pub key: ImageKey, pub descriptor: ImageDescriptor, pub data: ImageData, pub dirty_rect: Option<DeviceUintRect>, }
Fields
key: ImageKey
descriptor: ImageDescriptor
data: ImageData
dirty_rect: Option<DeviceUintRect>
Trait Implementations
impl Clone for UpdateImage
[src]
fn clone(&self) -> UpdateImage
[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