Struct libyang2_sys::lyd_node_any [−][src]
#[repr(C)]pub struct lyd_node_any {
pub __bindgen_anon_1: lyd_node_any__bindgen_ty_1,
pub value: lyd_any_value,
pub value_type: Type,
}Fields
__bindgen_anon_1: lyd_node_any__bindgen_ty_1value: lyd_any_valuevalue_type: TypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lyd_node_any
impl !Send for lyd_node_any
impl !Sync for lyd_node_any
impl Unpin for lyd_node_any
impl UnwindSafe for lyd_node_any
Blanket Implementations
Mutably borrows from an owned value. Read more