Struct assimp_sys::AiCamera [] [src]

#[repr(C)]
pub struct AiCamera { pub name: AiString, pub position: AiVector3D, pub up: AiVector3D, pub look_at: AiVector3D, pub horizontal_fov: c_float, pub clip_plane_near: c_float, pub clip_plane_far: c_float, pub aspect: c_float, }

Fields

Trait Implementations

impl Clone for AiCamera
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AiCamera
[src]

impl Debug for AiCamera
[src]

[src]

Formats the value using the given formatter.