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