Struct assimp_sys::AiPropertyStore [] [src]

pub struct AiPropertyStore {
    pub sentinel: c_char,
}

Fields

sentinel: c_char

Trait Implementations

impl Debug for AiPropertyStore
[src]

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

Formats the value using the given formatter.

impl Copy for AiPropertyStore
[src]

impl Clone for AiPropertyStore
[src]

fn clone(&self) -> AiPropertyStore

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