#[repr(u32)]pub enum EBetaBranchFlags {
k_EBetaBranch_None = 0,
k_EBetaBranch_Default = 1,
k_EBetaBranch_Available = 2,
k_EBetaBranch_Private = 4,
k_EBetaBranch_Selected = 8,
k_EBetaBranch_Installed = 16,
}
Variants§
k_EBetaBranch_None = 0
k_EBetaBranch_Default = 1
k_EBetaBranch_Available = 2
k_EBetaBranch_Private = 4
k_EBetaBranch_Selected = 8
k_EBetaBranch_Installed = 16
Trait Implementations§
Source§impl Clone for EBetaBranchFlags
impl Clone for EBetaBranchFlags
Source§fn clone(&self) -> EBetaBranchFlags
fn clone(&self) -> EBetaBranchFlags
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 EBetaBranchFlags
impl Debug for EBetaBranchFlags
Source§impl Hash for EBetaBranchFlags
impl Hash for EBetaBranchFlags
Source§impl Ord for EBetaBranchFlags
impl Ord for EBetaBranchFlags
Source§fn cmp(&self, other: &EBetaBranchFlags) -> Ordering
fn cmp(&self, other: &EBetaBranchFlags) -> 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 EBetaBranchFlags
impl PartialEq for EBetaBranchFlags
Source§impl PartialOrd for EBetaBranchFlags
impl PartialOrd for EBetaBranchFlags
impl Copy for EBetaBranchFlags
impl Eq for EBetaBranchFlags
impl StructuralPartialEq for EBetaBranchFlags
Auto Trait Implementations§
impl Freeze for EBetaBranchFlags
impl RefUnwindSafe for EBetaBranchFlags
impl Send for EBetaBranchFlags
impl Sync for EBetaBranchFlags
impl Unpin for EBetaBranchFlags
impl UnwindSafe for EBetaBranchFlags
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