Struct libyang2_sys::lyd_value_bits [−][src]
#[repr(C)]pub struct lyd_value_bits {
pub bitmap: *mut c_char,
pub items: *mut *mut lysc_type_bitenum_item,
}Fields
bitmap: *mut c_charitems: *mut *mut lysc_type_bitenum_itemTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lyd_value_bits
impl !Send for lyd_value_bits
impl !Sync for lyd_value_bits
impl Unpin for lyd_value_bits
impl UnwindSafe for lyd_value_bits
Blanket Implementations
Mutably borrows from an owned value. Read more