pub enum EngineSettingDomainV2 {
Boolean,
PositiveInteger,
BakeOrExtract,
SourceTransformPath,
TextList,
Token,
SampleRate,
}Expand description
Closed V2 setting value domains.
Variants§
Boolean
Boolean.
PositiveInteger
Positive bounded integer.
BakeOrExtract
Bake or extract.
SourceTransformPath
Exact source-transform path.
TextList
Bounded ordered text list.
Token
Closed semantic token.
SampleRate
Unreal sample-rate selection.
Trait Implementations§
Source§impl Clone for EngineSettingDomainV2
impl Clone for EngineSettingDomainV2
Source§fn clone(&self) -> EngineSettingDomainV2
fn clone(&self) -> EngineSettingDomainV2
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 moreimpl Copy for EngineSettingDomainV2
Source§impl Debug for EngineSettingDomainV2
impl Debug for EngineSettingDomainV2
Source§impl<'de> Deserialize<'de> for EngineSettingDomainV2
impl<'de> Deserialize<'de> for EngineSettingDomainV2
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
impl Eq for EngineSettingDomainV2
Source§impl Ord for EngineSettingDomainV2
impl Ord for EngineSettingDomainV2
Source§fn cmp(&self, other: &EngineSettingDomainV2) -> Ordering
fn cmp(&self, other: &EngineSettingDomainV2) -> 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 EngineSettingDomainV2
impl PartialEq for EngineSettingDomainV2
Source§impl PartialOrd for EngineSettingDomainV2
impl PartialOrd for EngineSettingDomainV2
Source§impl Serialize for EngineSettingDomainV2
impl Serialize for EngineSettingDomainV2
impl StructuralPartialEq for EngineSettingDomainV2
Auto Trait Implementations§
impl Freeze for EngineSettingDomainV2
impl RefUnwindSafe for EngineSettingDomainV2
impl Send for EngineSettingDomainV2
impl Sync for EngineSettingDomainV2
impl Unpin for EngineSettingDomainV2
impl UnsafeUnpin for EngineSettingDomainV2
impl UnwindSafe for EngineSettingDomainV2
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