pub enum ModuleState {
Show 13 variants
Empty,
Capability,
Extension,
ExtInstImport,
MemoryModel,
EntryPoint,
ExecutionMode,
Source,
Name,
ModuleProcessed,
Annotation,
Type,
Function,
}
Variants§
Empty
Capability
Extension
ExtInstImport
MemoryModel
EntryPoint
ExecutionMode
Source
Name
ModuleProcessed
Annotation
Type
Function
Trait Implementations§
source§impl Clone for ModuleState
impl Clone for ModuleState
source§fn clone(&self) -> ModuleState
fn clone(&self) -> ModuleState
Returns a copy 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 ModuleState
impl Debug for ModuleState
source§impl PartialEq for ModuleState
impl PartialEq for ModuleState
source§impl PartialOrd for ModuleState
impl PartialOrd for ModuleState
impl Copy for ModuleState
impl StructuralPartialEq for ModuleState
Auto Trait Implementations§
impl Freeze for ModuleState
impl RefUnwindSafe for ModuleState
impl Send for ModuleState
impl Sync for ModuleState
impl Unpin for ModuleState
impl UnwindSafe for ModuleState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)