Struct libyang2_sys::lyd_node_inner [−][src]
#[repr(C)]pub struct lyd_node_inner {
pub __bindgen_anon_1: lyd_node_inner__bindgen_ty_1,
pub child: *mut lyd_node,
pub children_ht: *mut hash_table,
}Fields
__bindgen_anon_1: lyd_node_inner__bindgen_ty_1child: *mut lyd_nodechildren_ht: *mut hash_tableTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lyd_node_inner
impl !Send for lyd_node_inner
impl !Sync for lyd_node_inner
impl Unpin for lyd_node_inner
impl UnwindSafe for lyd_node_inner
Blanket Implementations
Mutably borrows from an owned value. Read more