#[repr(C)]pub struct definstances {
pub header: ConstructHeader,
pub busy: c_uint,
pub mkinstance: *mut Expression,
}Fields§
§header: ConstructHeader§busy: c_uint§mkinstance: *mut ExpressionTrait Implementations§
Source§impl Clone for definstances
impl Clone for definstances
Source§fn clone(&self) -> definstances
fn clone(&self) -> definstances
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 definstances
impl Debug for definstances
Source§impl Default for definstances
impl Default for definstances
impl Copy for definstances
Auto Trait Implementations§
impl Freeze for definstances
impl RefUnwindSafe for definstances
impl !Send for definstances
impl !Sync for definstances
impl Unpin for definstances
impl UnwindSafe for definstances
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