Struct assimp_sys::AiString [] [src]

#[repr(C)]
pub struct AiString { pub length: usize, pub data: [c_uchar; 1024], }

Fields

Trait Implementations

impl Copy for AiString
[src]

impl Default for AiString
[src]

[src]

Returns the "default value" for a type. Read more

impl AsRef<str> for AiString
[src]

[src]

Performs the conversion.

impl<'a> From<&'a str> for AiString
[src]

[src]

Performs the conversion.

impl Clone for AiString
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AiString
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AiString
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for AiString
[src]