Enum llvm_ir::instruction::SynchronizationScope
source · [−]pub enum SynchronizationScope {
SingleThread,
System,
}
Expand description
Variants
SingleThread
System
Trait Implementations
sourceimpl Clone for SynchronizationScope
impl Clone for SynchronizationScope
sourcefn clone(&self) -> SynchronizationScope
fn clone(&self) -> SynchronizationScope
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SynchronizationScope
impl Debug for SynchronizationScope
sourceimpl PartialEq<SynchronizationScope> for SynchronizationScope
impl PartialEq<SynchronizationScope> for SynchronizationScope
sourcefn eq(&self, other: &SynchronizationScope) -> bool
fn eq(&self, other: &SynchronizationScope) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for SynchronizationScope
impl Eq for SynchronizationScope
impl StructuralEq for SynchronizationScope
impl StructuralPartialEq for SynchronizationScope
Auto Trait Implementations
impl RefUnwindSafe for SynchronizationScope
impl Send for SynchronizationScope
impl Sync for SynchronizationScope
impl Unpin for SynchronizationScope
impl UnwindSafe for SynchronizationScope
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more