#[repr(C)]pub struct defglobalData {
pub DefglobalConstruct: *mut Construct,
pub DefglobalModuleIndex: c_uint,
pub ChangeToGlobals: bool,
pub WatchGlobals: bool,
pub ResetGlobals: bool,
pub GlobalInfo: entityRecord,
pub DefglobalPtrRecord: entityRecord,
pub LastModuleIndex: c_long,
pub TheDefmodule: *mut Defmodule,
pub DefglobalCodeItem: *mut CodeGeneratorItem,
}Fields§
§DefglobalConstruct: *mut Construct§DefglobalModuleIndex: c_uint§ChangeToGlobals: bool§WatchGlobals: bool§ResetGlobals: bool§GlobalInfo: entityRecord§DefglobalPtrRecord: entityRecord§LastModuleIndex: c_long§TheDefmodule: *mut Defmodule§DefglobalCodeItem: *mut CodeGeneratorItemTrait Implementations§
Source§impl Clone for defglobalData
impl Clone for defglobalData
Source§fn clone(&self) -> defglobalData
fn clone(&self) -> defglobalData
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 defglobalData
impl Debug for defglobalData
Source§impl Default for defglobalData
impl Default for defglobalData
impl Copy for defglobalData
Auto Trait Implementations§
impl Freeze for defglobalData
impl RefUnwindSafe for defglobalData
impl !Send for defglobalData
impl !Sync for defglobalData
impl Unpin for defglobalData
impl UnwindSafe for defglobalData
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