pub struct ExternalSemaphoreFeatureFlagBits(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for ExternalSemaphoreFeatureFlagBits
impl BitAndAssign for ExternalSemaphoreFeatureFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for ExternalSemaphoreFeatureFlagBits
impl BitOrAssign for ExternalSemaphoreFeatureFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for ExternalSemaphoreFeatureFlagBits
impl BitXorAssign for ExternalSemaphoreFeatureFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for ExternalSemaphoreFeatureFlagBits
impl Clone for ExternalSemaphoreFeatureFlagBits
Source§fn clone(&self) -> ExternalSemaphoreFeatureFlagBits
fn clone(&self) -> ExternalSemaphoreFeatureFlagBits
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 Default for ExternalSemaphoreFeatureFlagBits
impl Default for ExternalSemaphoreFeatureFlagBits
Source§fn default() -> ExternalSemaphoreFeatureFlagBits
fn default() -> ExternalSemaphoreFeatureFlagBits
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExternalSemaphoreFeatureFlagBits
impl PartialEq for ExternalSemaphoreFeatureFlagBits
Source§fn eq(&self, other: &ExternalSemaphoreFeatureFlagBits) -> bool
fn eq(&self, other: &ExternalSemaphoreFeatureFlagBits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExternalSemaphoreFeatureFlagBits
impl Eq for ExternalSemaphoreFeatureFlagBits
impl StructuralPartialEq for ExternalSemaphoreFeatureFlagBits
Auto Trait Implementations§
impl Freeze for ExternalSemaphoreFeatureFlagBits
impl RefUnwindSafe for ExternalSemaphoreFeatureFlagBits
impl Send for ExternalSemaphoreFeatureFlagBits
impl Sync for ExternalSemaphoreFeatureFlagBits
impl Unpin for ExternalSemaphoreFeatureFlagBits
impl UnsafeUnpin for ExternalSemaphoreFeatureFlagBits
impl UnwindSafe for ExternalSemaphoreFeatureFlagBits
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