#[repr(C)]pub struct instanceData {Show 16 fields
pub DummyInstance: Instance,
pub InstanceTable: *mut *mut Instance,
pub MaintainGarbageInstances: bool,
pub MkInsMsgPass: bool,
pub ChangesToInstances: bool,
pub InstanceGarbageList: *mut IGARBAGE,
pub InstanceInfo: patternEntityRecord,
pub InstanceList: *mut Instance,
pub GlobalNumberOfInstances: c_ulong,
pub CurrentInstance: *mut Instance,
pub InstanceListBottom: *mut Instance,
pub ObjectModDupMsgValid: bool,
pub unmakeInstanceError: UnmakeInstanceError,
pub makeInstanceError: MakeInstanceError,
pub instanceModifierError: InstanceModifierError,
pub instanceBuilderError: InstanceBuilderError,
}Fields§
§DummyInstance: Instance§InstanceTable: *mut *mut Instance§MaintainGarbageInstances: bool§MkInsMsgPass: bool§ChangesToInstances: bool§InstanceGarbageList: *mut IGARBAGE§InstanceInfo: patternEntityRecord§InstanceList: *mut Instance§GlobalNumberOfInstances: c_ulong§CurrentInstance: *mut Instance§InstanceListBottom: *mut Instance§ObjectModDupMsgValid: bool§unmakeInstanceError: UnmakeInstanceError§makeInstanceError: MakeInstanceError§instanceModifierError: InstanceModifierError§instanceBuilderError: InstanceBuilderErrorTrait Implementations§
Source§impl Clone for instanceData
impl Clone for instanceData
Source§fn clone(&self) -> instanceData
fn clone(&self) -> instanceData
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 instanceData
impl Debug for instanceData
Source§impl Default for instanceData
impl Default for instanceData
impl Copy for instanceData
Auto Trait Implementations§
impl Freeze for instanceData
impl RefUnwindSafe for instanceData
impl !Send for instanceData
impl !Sync for instanceData
impl Unpin for instanceData
impl UnwindSafe for instanceData
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