Struct libyang2_sys::lysc_type [−][src]
#[repr(C)]pub struct lysc_type {
pub exts: *mut lysc_ext_instance,
pub plugin: *mut lyplg_type,
pub basetype: Type,
pub refcount: u32,
}Fields
exts: *mut lysc_ext_instanceplugin: *mut lyplg_typebasetype: Typerefcount: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysc_type
impl UnwindSafe for lysc_type
Blanket Implementations
Mutably borrows from an owned value. Read more