Struct assimp_sys::AiTexel [] [src]

pub struct AiTexel {
    pub b: c_uchar,
    pub g: c_uchar,
    pub r: c_uchar,
    pub a: c_uchar,
}

Fields

b: c_uchar g: c_uchar r: c_uchar a: c_uchar

Trait Implementations

impl PartialEq for AiTexel
[src]

fn eq(&self, __arg_0: &AiTexel) -> bool

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

fn ne(&self, __arg_0: &AiTexel) -> bool

This method tests for !=.

impl Eq for AiTexel
[src]

impl Debug for AiTexel
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for AiTexel
[src]

impl Clone for AiTexel
[src]

fn clone(&self) -> AiTexel

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more