#[repr(u32)]pub enum CameraStateSE {
Show 13 variants
FirstPerson = 0,
AutoVanity = 1,
VATS = 2,
Free = 3,
IronSights = 4,
Furniture = 5,
PCTransition = 6,
Tween = 7,
Animated = 8,
ThirdPerson = 9,
Mount = 10,
Bleedout = 11,
Dragon = 12,
}
Expand description
SE, AE
These indicate the TESCameraState
index.
Variants§
FirstPerson = 0
AutoVanity = 1
VATS = 2
Free = 3
IronSights = 4
Furniture = 5
PCTransition = 6
Tween = 7
Animated = 8
ThirdPerson = 9
Mount = 10
Bleedout = 11
Dragon = 12
Implementations§
Source§impl CameraStateSE
impl CameraStateSE
Sourcepub const fn to_state(self) -> CameraState
pub const fn to_state(self) -> CameraState
Into CameraState
(u32
)
Trait Implementations§
Source§impl Clone for CameraStateSE
impl Clone for CameraStateSE
Source§fn clone(&self) -> CameraStateSE
fn clone(&self) -> CameraStateSE
Returns a copy 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 CameraStateSE
impl Debug for CameraStateSE
Source§impl From<CameraStateSE> for CameraState
impl From<CameraStateSE> for CameraState
Source§fn from(value: CameraStateSE) -> Self
fn from(value: CameraStateSE) -> Self
Converts to this type from the input type.
Source§impl From<CameraStateSE> for CameraStateSE_CEnum
impl From<CameraStateSE> for CameraStateSE_CEnum
Source§fn from(value: CameraStateSE) -> Self
fn from(value: CameraStateSE) -> Self
Converts to this type from the input type.
Source§impl Hash for CameraStateSE
impl Hash for CameraStateSE
Source§impl Ord for CameraStateSE
impl Ord for CameraStateSE
Source§fn cmp(&self, other: &CameraStateSE) -> Ordering
fn cmp(&self, other: &CameraStateSE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CameraStateSE
impl PartialEq for CameraStateSE
Source§impl PartialOrd for CameraStateSE
impl PartialOrd for CameraStateSE
Source§impl TryFrom<CameraStateSE_CEnum> for CameraStateSE
impl TryFrom<CameraStateSE_CEnum> for CameraStateSE
impl Copy for CameraStateSE
impl Eq for CameraStateSE
impl StructuralPartialEq for CameraStateSE
Auto Trait Implementations§
impl Freeze for CameraStateSE
impl RefUnwindSafe for CameraStateSE
impl Send for CameraStateSE
impl Sync for CameraStateSE
impl Unpin for CameraStateSE
impl UnwindSafe for CameraStateSE
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