pub enum Aspectmode {
Auto,
Cube,
Data,
Manual,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Aspectmode
impl RefUnwindSafe for Aspectmode
impl Send for Aspectmode
impl Sync for Aspectmode
impl Unpin for Aspectmode
impl UnwindSafe for Aspectmode
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