#[repr(transparent)]pub struct EMarketNotAllowedReasonFlags(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl BitAndAssign for EMarketNotAllowedReasonFlags
impl BitAndAssign for EMarketNotAllowedReasonFlags
Source§fn bitand_assign(&mut self, rhs: EMarketNotAllowedReasonFlags)
fn bitand_assign(&mut self, rhs: EMarketNotAllowedReasonFlags)
Performs the
&= operation. Read moreSource§impl BitOr for EMarketNotAllowedReasonFlags
impl BitOr for EMarketNotAllowedReasonFlags
Source§impl BitOrAssign for EMarketNotAllowedReasonFlags
impl BitOrAssign for EMarketNotAllowedReasonFlags
Source§fn bitor_assign(&mut self, rhs: EMarketNotAllowedReasonFlags)
fn bitor_assign(&mut self, rhs: EMarketNotAllowedReasonFlags)
Performs the
|= operation. Read moreSource§impl Clone for EMarketNotAllowedReasonFlags
impl Clone for EMarketNotAllowedReasonFlags
Source§fn clone(&self) -> EMarketNotAllowedReasonFlags
fn clone(&self) -> EMarketNotAllowedReasonFlags
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 EMarketNotAllowedReasonFlags
impl Debug for EMarketNotAllowedReasonFlags
Source§impl Hash for EMarketNotAllowedReasonFlags
impl Hash for EMarketNotAllowedReasonFlags
Source§impl PartialEq for EMarketNotAllowedReasonFlags
impl PartialEq for EMarketNotAllowedReasonFlags
Source§fn eq(&self, other: &EMarketNotAllowedReasonFlags) -> bool
fn eq(&self, other: &EMarketNotAllowedReasonFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EMarketNotAllowedReasonFlags
impl Eq for EMarketNotAllowedReasonFlags
impl StructuralPartialEq for EMarketNotAllowedReasonFlags
Auto Trait Implementations§
impl Freeze for EMarketNotAllowedReasonFlags
impl RefUnwindSafe for EMarketNotAllowedReasonFlags
impl Send for EMarketNotAllowedReasonFlags
impl Sync for EMarketNotAllowedReasonFlags
impl Unpin for EMarketNotAllowedReasonFlags
impl UnwindSafe for EMarketNotAllowedReasonFlags
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