Struct assimp_sys::AiPlane [] [src]

#[repr(C)]
pub struct AiPlane { pub a: c_float, pub b: c_float, pub c: c_float, pub d: c_float, }

Fields

Trait Implementations

impl Clone for AiPlane
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AiPlane
[src]

impl Debug for AiPlane
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AiPlane
[src]

[src]

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

[src]

This method tests for !=.