Struct libyang2_sys::lyd_node_term [−][src]
#[repr(C)]pub struct lyd_node_term {
pub __bindgen_anon_1: lyd_node_term__bindgen_ty_1,
pub value: lyd_value,
}Fields
__bindgen_anon_1: lyd_node_term__bindgen_ty_1value: lyd_valueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lyd_node_term
impl !Send for lyd_node_term
impl !Sync for lyd_node_term
impl Unpin for lyd_node_term
impl UnwindSafe for lyd_node_term
Blanket Implementations
Mutably borrows from an owned value. Read more