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