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