Struct clips_sys::defglobalData
source · #[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 ConstructDefglobalModuleIndex: c_uintChangeToGlobals: boolWatchGlobals: boolResetGlobals: boolGlobalInfo: entityRecordDefglobalPtrRecord: entityRecordLastModuleIndex: c_longTheDefmodule: *mut DefmoduleDefglobalCodeItem: *mut CodeGeneratorItemTrait Implementations
sourceimpl Clone for defglobalData
impl Clone for defglobalData
sourcefn clone(&self) -> defglobalData
fn clone(&self) -> defglobalData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for defglobalData
impl Debug for defglobalData
sourceimpl Default for defglobalData
impl Default for defglobalData
impl Copy for defglobalData
Auto Trait Implementations
impl RefUnwindSafe for defglobalData
impl !Send for defglobalData
impl !Sync for defglobalData
impl Unpin for defglobalData
impl UnwindSafe for defglobalData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more