Enum assimp_sys::AiReturn [] [src]

#[repr(C)]
pub enum AiReturn { Success, Failure, OutOfMemory, }

Variants

Trait Implementations

impl Clone for AiReturn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiReturn
[src]

impl Debug for AiReturn
[src]

Formats the value using the given formatter.

impl Eq for AiReturn
[src]

impl PartialEq for AiReturn
[src]

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

This method tests for !=.