pub enum STPresetCameraType {
Show 62 variants
LegacyObliqueTopLeft,
LegacyObliqueTop,
LegacyObliqueTopRight,
LegacyObliqueLeft,
LegacyObliqueFront,
LegacyObliqueRight,
LegacyObliqueBottomLeft,
LegacyObliqueBottom,
LegacyObliqueBottomRight,
LegacyPerspectiveTopLeft,
LegacyPerspectiveTop,
LegacyPerspectiveTopRight,
LegacyPerspectiveLeft,
LegacyPerspectiveFront,
LegacyPerspectiveRight,
LegacyPerspectiveBottomLeft,
LegacyPerspectiveBottom,
LegacyPerspectiveBottomRight,
OrthographicFront,
IsometricTopUp,
IsometricTopDown,
IsometricBottomUp,
IsometricBottomDown,
IsometricLeftUp,
IsometricLeftDown,
IsometricRightUp,
IsometricRightDown,
IsometricOffAxis1Left,
IsometricOffAxis1Right,
IsometricOffAxis1Top,
IsometricOffAxis2Left,
IsometricOffAxis2Right,
IsometricOffAxis2Top,
IsometricOffAxis3Left,
IsometricOffAxis3Right,
IsometricOffAxis3Bottom,
IsometricOffAxis4Left,
IsometricOffAxis4Right,
IsometricOffAxis4Bottom,
ObliqueTopLeft,
ObliqueTop,
ObliqueTopRight,
ObliqueLeft,
ObliqueRight,
ObliqueBottomLeft,
ObliqueBottom,
ObliqueBottomRight,
PerspectiveFront,
PerspectiveLeft,
PerspectiveRight,
PerspectiveAbove,
PerspectiveBelow,
PerspectiveAboveLeftFacing,
PerspectiveAboveRightFacing,
PerspectiveContrastingLeftFacing,
PerspectiveContrastingRightFacing,
PerspectiveHeroicLeftFacing,
PerspectiveHeroicRightFacing,
PerspectiveHeroicExtremeLeftFacing,
PerspectiveHeroicExtremeRightFacing,
PerspectiveRelaxed,
PerspectiveRelaxedModerately,
}Variants§
LegacyObliqueTopLeft
LegacyObliqueTop
LegacyObliqueTopRight
LegacyObliqueLeft
LegacyObliqueFront
LegacyObliqueRight
LegacyObliqueBottomLeft
LegacyObliqueBottom
LegacyObliqueBottomRight
LegacyPerspectiveTopLeft
LegacyPerspectiveTop
LegacyPerspectiveTopRight
LegacyPerspectiveLeft
LegacyPerspectiveFront
LegacyPerspectiveRight
LegacyPerspectiveBottomLeft
LegacyPerspectiveBottom
LegacyPerspectiveBottomRight
OrthographicFront
IsometricTopUp
IsometricTopDown
IsometricBottomUp
IsometricBottomDown
IsometricLeftUp
IsometricLeftDown
IsometricRightUp
IsometricRightDown
IsometricOffAxis1Left
IsometricOffAxis1Right
IsometricOffAxis1Top
IsometricOffAxis2Left
IsometricOffAxis2Right
IsometricOffAxis2Top
IsometricOffAxis3Left
IsometricOffAxis3Right
IsometricOffAxis3Bottom
IsometricOffAxis4Left
IsometricOffAxis4Right
IsometricOffAxis4Bottom
ObliqueTopLeft
ObliqueTop
ObliqueTopRight
ObliqueLeft
ObliqueRight
ObliqueBottomLeft
ObliqueBottom
ObliqueBottomRight
PerspectiveFront
PerspectiveLeft
PerspectiveRight
PerspectiveAbove
PerspectiveBelow
PerspectiveAboveLeftFacing
PerspectiveAboveRightFacing
PerspectiveContrastingLeftFacing
PerspectiveContrastingRightFacing
PerspectiveHeroicLeftFacing
PerspectiveHeroicRightFacing
PerspectiveHeroicExtremeLeftFacing
PerspectiveHeroicExtremeRightFacing
PerspectiveRelaxed
PerspectiveRelaxedModerately
Trait Implementations§
Source§impl Clone for STPresetCameraType
impl Clone for STPresetCameraType
Source§fn clone(&self) -> STPresetCameraType
fn clone(&self) -> STPresetCameraType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for STPresetCameraType
impl Debug for STPresetCameraType
Source§impl<'de> Deserialize<'de> for STPresetCameraType
impl<'de> Deserialize<'de> for STPresetCameraType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for STPresetCameraType
impl Display for STPresetCameraType
Source§impl FromStr for STPresetCameraType
impl FromStr for STPresetCameraType
Source§impl PartialEq for STPresetCameraType
impl PartialEq for STPresetCameraType
Source§impl Serialize for STPresetCameraType
impl Serialize for STPresetCameraType
impl Copy for STPresetCameraType
impl Eq for STPresetCameraType
impl StructuralPartialEq for STPresetCameraType
Auto Trait Implementations§
impl Freeze for STPresetCameraType
impl RefUnwindSafe for STPresetCameraType
impl Send for STPresetCameraType
impl Sync for STPresetCameraType
impl Unpin for STPresetCameraType
impl UnsafeUnpin for STPresetCameraType
impl UnwindSafe for STPresetCameraType
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