#[repr(u32)]pub enum VR_Bow_State {
None = 0,
NoAmmo = 1,
Idle = 2,
ArrowKnocked = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for VR_Bow_State
impl Clone for VR_Bow_State
Source§fn clone(&self) -> VR_Bow_State
fn clone(&self) -> VR_Bow_State
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 VR_Bow_State
impl Debug for VR_Bow_State
Source§impl Default for VR_Bow_State
impl Default for VR_Bow_State
Source§fn default() -> VR_Bow_State
fn default() -> VR_Bow_State
Returns the “default value” for a type. Read more
Source§impl From<VR_Bow_State> for VR_Bow_State_CEnum
impl From<VR_Bow_State> for VR_Bow_State_CEnum
Source§fn from(value: VR_Bow_State) -> Self
fn from(value: VR_Bow_State) -> Self
Converts to this type from the input type.
Source§impl Hash for VR_Bow_State
impl Hash for VR_Bow_State
Source§impl Ord for VR_Bow_State
impl Ord for VR_Bow_State
Source§fn cmp(&self, other: &VR_Bow_State) -> Ordering
fn cmp(&self, other: &VR_Bow_State) -> 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 VR_Bow_State
impl PartialEq for VR_Bow_State
Source§impl PartialOrd for VR_Bow_State
impl PartialOrd for VR_Bow_State
Source§impl TryFrom<VR_Bow_State_CEnum> for VR_Bow_State
impl TryFrom<VR_Bow_State_CEnum> for VR_Bow_State
impl Copy for VR_Bow_State
impl Eq for VR_Bow_State
impl StructuralPartialEq for VR_Bow_State
Auto Trait Implementations§
impl Freeze for VR_Bow_State
impl RefUnwindSafe for VR_Bow_State
impl Send for VR_Bow_State
impl Sync for VR_Bow_State
impl Unpin for VR_Bow_State
impl UnwindSafe for VR_Bow_State
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