Struct assimp_sys::AiPropertyStore
[−]
[src]
pub struct AiPropertyStore {
pub sentinel: c_char,
}Fields
sentinel: c_char
Trait Implementations
impl Debug for AiPropertyStore[src]
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