Struct libyang2_sys::lysp_when [−][src]
#[repr(C)]pub struct lysp_when {
pub cond: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysp_ext_instance,
}Fields
cond: *const c_chardsc: *const c_charref_: *const c_charexts: *mut lysp_ext_instanceTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysp_when
impl UnwindSafe for lysp_when
Blanket Implementations
Mutably borrows from an owned value. Read more