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