#[repr(C)]pub struct CodeExportVar {
pub name: *const c_char,
pub value: CodeValue,
}Expand description
Exported variable: name + constant value.
Fields§
§name: *const c_char§value: CodeValueTrait Implementations§
impl Send for CodeExportVar
impl Sync for CodeExportVar
Auto Trait Implementations§
impl Freeze for CodeExportVar
impl RefUnwindSafe for CodeExportVar
impl Unpin for CodeExportVar
impl UnsafeUnpin for CodeExportVar
impl UnwindSafe for CodeExportVar
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