Enum llvm_plugin_inkwell::AddressSpace
source · [−]pub enum AddressSpace {
Generic,
Global,
Shared,
Const,
Local,
}Expand description
Defines the address space in which a global will be inserted.
Remarks
See also: https://llvm.org/doxygen/NVPTXBaseInfo_8h_source.html
Variants
Generic
Global
Shared
Const
Local
Trait Implementations
sourceimpl Clone for AddressSpace
impl Clone for AddressSpace
sourcefn clone(&self) -> AddressSpace
fn clone(&self) -> AddressSpace
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 AddressSpace
impl Debug for AddressSpace
sourceimpl PartialEq<AddressSpace> for AddressSpace
impl PartialEq<AddressSpace> for AddressSpace
sourcefn eq(&self, other: &AddressSpace) -> bool
fn eq(&self, other: &AddressSpace) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl TryFrom<u32> for AddressSpace
impl TryFrom<u32> for AddressSpace
impl Copy for AddressSpace
impl Eq for AddressSpace
impl StructuralEq for AddressSpace
impl StructuralPartialEq for AddressSpace
Auto Trait Implementations
impl RefUnwindSafe for AddressSpace
impl Send for AddressSpace
impl Sync for AddressSpace
impl Unpin for AddressSpace
impl UnwindSafe for AddressSpace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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