Struct libyang2_sys::lyd_value [−][src]
#[repr(C)]pub struct lyd_value {
pub _canonical: *const c_char,
pub realtype: *const lysc_type,
pub __bindgen_anon_1: lyd_value__bindgen_ty_1,
}Fields
_canonical: *const c_charrealtype: *const lysc_type__bindgen_anon_1: lyd_value__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lyd_value
impl UnwindSafe for lyd_value
Blanket Implementations
Mutably borrows from an owned value. Read more