pub enum SceneType {
Aerial,
Object,
}Expand description
Scene type for photoscene
Variants§
Trait Implementations§
impl Copy for SceneType
Auto Trait Implementations§
impl Freeze for SceneType
impl RefUnwindSafe for SceneType
impl Send for SceneType
impl Sync for SceneType
impl Unpin for SceneType
impl UnsafeUnpin for SceneType
impl UnwindSafe for SceneType
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