pub struct Cli {
pub aspect_ratio: f32,
pub angle_deg: f32,
}
Expand description
Inherits some useful cli parameters.
Use it inside read_scene_file
to
set some standard f32
values.
Fields§
§aspect_ratio: f32
§angle_deg: f32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Cli
impl Send for Cli
impl Sync for Cli
impl Unpin for Cli
impl UnwindSafe for Cli
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more