#[repr(i32)]pub enum EAppContentDetectionType {
None = 0,
AntiCheat = 1,
GameEngine = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EAppContentDetectionType
impl Clone for EAppContentDetectionType
Source§fn clone(&self) -> EAppContentDetectionType
fn clone(&self) -> EAppContentDetectionType
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 EAppContentDetectionType
impl Debug for EAppContentDetectionType
Source§impl Hash for EAppContentDetectionType
impl Hash for EAppContentDetectionType
Source§impl PartialEq for EAppContentDetectionType
impl PartialEq for EAppContentDetectionType
impl Copy for EAppContentDetectionType
impl Eq for EAppContentDetectionType
impl StructuralPartialEq for EAppContentDetectionType
Auto Trait Implementations§
impl Freeze for EAppContentDetectionType
impl RefUnwindSafe for EAppContentDetectionType
impl Send for EAppContentDetectionType
impl Sync for EAppContentDetectionType
impl Unpin for EAppContentDetectionType
impl UnsafeUnpin for EAppContentDetectionType
impl UnwindSafe for EAppContentDetectionType
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