pub struct PolkaVM {
pub memory_config: MemoryConfig,
pub debug_information: bool,
}
Expand description
PVM specific compiler settings.
Fields§
§memory_config: MemoryConfig
The PolkaVM target machine memory configuration settings.
debug_information: bool
Instruct LLVM to emit debug information.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PolkaVM
impl<'de> Deserialize<'de> for PolkaVM
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for PolkaVM
Auto Trait Implementations§
impl Freeze for PolkaVM
impl RefUnwindSafe for PolkaVM
impl Send for PolkaVM
impl Sync for PolkaVM
impl Unpin for PolkaVM
impl UnwindSafe for PolkaVM
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