Struct assimp_sys::AiTexel [] [src]

#[repr(C, packed)]
pub struct AiTexel { pub b: c_uchar, pub g: c_uchar, pub r: c_uchar, pub a: c_uchar, }

Fields

Trait Implementations

impl Clone for AiTexel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiTexel
[src]

impl Debug for AiTexel
[src]

Formats the value using the given formatter.

impl Eq for AiTexel
[src]

impl PartialEq for AiTexel
[src]

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

This method tests for !=.