Struct libyang2_sys::lysc_ext_instance
source · #[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 substmts: *mut lysc_ext_substmt,
pub data: *mut c_void,
pub parent: *mut c_void,
pub parent_stmt: Type,
pub parent_stmt_index: u64,
}Fields
def: *mut lysc_extargument: *const c_charmodule: *mut lys_moduleexts: *mut lysc_ext_instancesubstmts: *mut lysc_ext_substmtdata: *mut c_voidparent: *mut c_voidparent_stmt: Typeparent_stmt_index: u64Trait Implementations
sourceimpl Clone for lysc_ext_instance
impl Clone for lysc_ext_instance
sourcefn clone(&self) -> lysc_ext_instance
fn clone(&self) -> lysc_ext_instance
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 lysc_ext_instance
impl Debug for lysc_ext_instance
sourceimpl Default for lysc_ext_instance
impl Default for lysc_ext_instance
impl Copy for lysc_ext_instance
Auto Trait Implementations
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
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