#[repr(transparent)]pub struct EBetaBranchFlags(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl EBetaBranchFlags
impl EBetaBranchFlags
pub const k_EBetaBranch_None: EBetaBranchFlags
Source§impl EBetaBranchFlags
impl EBetaBranchFlags
pub const k_EBetaBranch_Default: EBetaBranchFlags
Source§impl EBetaBranchFlags
impl EBetaBranchFlags
pub const k_EBetaBranch_Available: EBetaBranchFlags
Source§impl EBetaBranchFlags
impl EBetaBranchFlags
pub const k_EBetaBranch_Private: EBetaBranchFlags
Source§impl EBetaBranchFlags
impl EBetaBranchFlags
pub const k_EBetaBranch_Selected: EBetaBranchFlags
Source§impl EBetaBranchFlags
impl EBetaBranchFlags
pub const k_EBetaBranch_Installed: EBetaBranchFlags
Trait Implementations§
Source§impl BitAnd for EBetaBranchFlags
impl BitAnd for EBetaBranchFlags
Source§impl BitAndAssign for EBetaBranchFlags
impl BitAndAssign for EBetaBranchFlags
Source§fn bitand_assign(&mut self, rhs: EBetaBranchFlags)
fn bitand_assign(&mut self, rhs: EBetaBranchFlags)
Performs the
&= operation. Read moreSource§impl BitOr for EBetaBranchFlags
impl BitOr for EBetaBranchFlags
Source§impl BitOrAssign for EBetaBranchFlags
impl BitOrAssign for EBetaBranchFlags
Source§fn bitor_assign(&mut self, rhs: EBetaBranchFlags)
fn bitor_assign(&mut self, rhs: EBetaBranchFlags)
Performs the
|= operation. Read moreSource§impl Clone for EBetaBranchFlags
impl Clone for EBetaBranchFlags
Source§fn clone(&self) -> EBetaBranchFlags
fn clone(&self) -> EBetaBranchFlags
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 EBetaBranchFlags
impl Debug for EBetaBranchFlags
Source§impl Hash for EBetaBranchFlags
impl Hash for EBetaBranchFlags
Source§impl PartialEq for EBetaBranchFlags
impl PartialEq 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