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