#[repr(i32)]pub enum ESourceEngine {
KEseSource1 = 0,
KEseSource2 = 1,
}Variants§
Implementations§
Source§impl ESourceEngine
impl ESourceEngine
Trait Implementations§
Source§impl Clone for ESourceEngine
impl Clone for ESourceEngine
Source§fn clone(&self) -> ESourceEngine
fn clone(&self) -> ESourceEngine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ESourceEngine
impl Debug for ESourceEngine
Source§impl Default for ESourceEngine
impl Default for ESourceEngine
Source§fn default() -> ESourceEngine
fn default() -> ESourceEngine
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ESourceEngine
impl<'de> Deserialize<'de> for ESourceEngine
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 From<ESourceEngine> for i32
impl From<ESourceEngine> for i32
Source§fn from(value: ESourceEngine) -> i32
fn from(value: ESourceEngine) -> i32
Converts to this type from the input type.
Source§impl Hash for ESourceEngine
impl Hash for ESourceEngine
Source§impl Ord for ESourceEngine
impl Ord for ESourceEngine
Source§fn cmp(&self, other: &ESourceEngine) -> Ordering
fn cmp(&self, other: &ESourceEngine) -> Ordering
1.21.0 (const: unstable) · 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 ESourceEngine
impl PartialEq for ESourceEngine
Source§fn eq(&self, other: &ESourceEngine) -> bool
fn eq(&self, other: &ESourceEngine) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ESourceEngine
impl PartialOrd for ESourceEngine
Source§impl Serialize for ESourceEngine
impl Serialize for ESourceEngine
Source§impl TryFrom<i32> for ESourceEngine
impl TryFrom<i32> for ESourceEngine
Source§type Error = UnknownEnumValue
type Error = UnknownEnumValue
The type returned in the event of a conversion error.
Source§fn try_from(value: i32) -> Result<ESourceEngine, UnknownEnumValue>
fn try_from(value: i32) -> Result<ESourceEngine, UnknownEnumValue>
Performs the conversion.
impl Copy for ESourceEngine
impl Eq for ESourceEngine
impl StructuralPartialEq for ESourceEngine
Auto Trait Implementations§
impl Freeze for ESourceEngine
impl RefUnwindSafe for ESourceEngine
impl Send for ESourceEngine
impl Sync for ESourceEngine
impl Unpin for ESourceEngine
impl UnsafeUnpin for ESourceEngine
impl UnwindSafe for ESourceEngine
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