pub struct Aspectratio { /* private fields */ }
Expand description
Sets this scene’s axis aspectratio.
Implementations§
Trait Implementations§
Source§impl Default for Aspectratio
impl Default for Aspectratio
Source§fn default() -> Aspectratio
fn default() -> Aspectratio
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Aspectratio
impl RefUnwindSafe for Aspectratio
impl Send for Aspectratio
impl Sync for Aspectratio
impl Unpin for Aspectratio
impl UnwindSafe for Aspectratio
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