#[repr(C)]pub struct lysc_ext_instance {
pub def: *mut lysc_ext,
pub argument: *const c_char,
pub module: *mut lys_module,
pub exts: *mut lysc_ext_instance,
pub parent: *mut c_void,
pub parent_stmt: Type,
pub parent_stmt_index: u64,
pub substmts: *mut lysc_ext_substmt,
pub compiled: *mut c_void,
}Fields§
§def: *mut lysc_ext§argument: *const c_char§module: *mut lys_module§exts: *mut lysc_ext_instance§parent: *mut c_void§parent_stmt: Type§parent_stmt_index: u64§substmts: *mut lysc_ext_substmt§compiled: *mut c_voidTrait Implementations§
Source§impl Clone for lysc_ext_instance
impl Clone for lysc_ext_instance
Source§fn clone(&self) -> lysc_ext_instance
fn clone(&self) -> lysc_ext_instance
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lysc_ext_instance
impl Debug for lysc_ext_instance
Source§impl Default for lysc_ext_instance
impl Default for lysc_ext_instance
impl Copy for lysc_ext_instance
Auto Trait Implementations§
impl Freeze for lysc_ext_instance
impl RefUnwindSafe for lysc_ext_instance
impl !Send for lysc_ext_instance
impl !Sync for lysc_ext_instance
impl Unpin for lysc_ext_instance
impl UnwindSafe for lysc_ext_instance
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)