Enum wast::CustomPlace [−][src]
pub enum CustomPlace {
BeforeFirst,
Before(CustomPlaceAnchor),
After(CustomPlaceAnchor),
AfterLast,
}Possible locations to place a custom section within a module.
Variants
This custom section will appear before the first section in the module.
Before(CustomPlaceAnchor)This custom section will be placed just before a known section.
After(CustomPlaceAnchor)This custom section will be placed just after a known section.
This custom section will appear after the last section in the module.
Trait Implementations
impl Clone for CustomPlace[src]
impl Clone for CustomPlace[src]fn clone(&self) -> CustomPlace[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<CustomPlace> for CustomPlace[src]
impl PartialEq<CustomPlace> for CustomPlace[src]