Struct libyang2_sys::lysc_type_leafref [−][src]
#[repr(C)]pub struct lysc_type_leafref {
pub exts: *mut lysc_ext_instance,
pub plugin: *mut lyplg_type,
pub basetype: Type,
pub refcount: u32,
pub path: *mut lyxp_expr,
pub prefixes: *mut lysc_prefix,
pub cur_mod: *const lys_module,
pub realtype: *mut lysc_type,
pub require_instance: u8,
}Fields
exts: *mut lysc_ext_instanceplugin: *mut lyplg_typebasetype: Typerefcount: u32path: *mut lyxp_exprprefixes: *mut lysc_prefixcur_mod: *const lys_modulerealtype: *mut lysc_typerequire_instance: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysc_type_leafref
impl !Send for lysc_type_leafref
impl !Sync for lysc_type_leafref
impl Unpin for lysc_type_leafref
impl UnwindSafe for lysc_type_leafref
Blanket Implementations
Mutably borrows from an owned value. Read more