Struct libyang2_sys::lysp_node_leaf [−][src]
#[repr(C)]pub struct lysp_node_leaf {
pub __bindgen_anon_1: lysp_node_leaf__bindgen_ty_1,
pub musts: *mut lysp_restr,
pub when: *mut lysp_when,
pub type_: lysp_type,
pub units: *const c_char,
pub dflt: lysp_qname,
}Fields
__bindgen_anon_1: lysp_node_leaf__bindgen_ty_1musts: *mut lysp_restrwhen: *mut lysp_whentype_: lysp_typeunits: *const c_chardflt: lysp_qnameTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysp_node_leaf
impl !Send for lysp_node_leaf
impl !Sync for lysp_node_leaf
impl Unpin for lysp_node_leaf
impl UnwindSafe for lysp_node_leaf
Blanket Implementations
Mutably borrows from an owned value. Read more