Struct webrender_api::ExternalImageId 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct ExternalImageId(pub u64);
An arbitrary identifier for an external image provided by the application. It must be a unique identifier for each external image.
Trait Implementations
impl Copy for ExternalImageId[src]
impl Clone for ExternalImageId[src]
fn clone(&self) -> ExternalImageId[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 Debug for ExternalImageId[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Eq for ExternalImageId[src]
impl PartialEq for ExternalImageId[src]
fn eq(&self, __arg_0: &ExternalImageId) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ExternalImageId) -> bool[src]
This method tests for !=.