Struct libyang2_sys::lysp_ext [−][src]
#[repr(C)]pub struct lysp_ext {
pub name: *const c_char,
pub argname: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysp_ext_instance,
pub flags: u16,
pub compiled: *mut lysc_ext,
}Fields
name: *const c_charargname: *const c_chardsc: *const c_charref_: *const c_charexts: *mut lysp_ext_instanceflags: u16compiled: *mut lysc_extTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysp_ext
impl UnwindSafe for lysp_ext
Blanket Implementations
Mutably borrows from an owned value. Read more