Struct libyang2_sys::lysp_node_choice [−][src]
#[repr(C)]pub struct lysp_node_choice {
pub __bindgen_anon_1: lysp_node_choice__bindgen_ty_1,
pub child: *mut lysp_node,
pub when: *mut lysp_when,
pub dflt: lysp_qname,
}Fields
__bindgen_anon_1: lysp_node_choice__bindgen_ty_1child: *mut lysp_nodewhen: *mut lysp_whendflt: lysp_qnameTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysp_node_choice
impl !Send for lysp_node_choice
impl !Sync for lysp_node_choice
impl Unpin for lysp_node_choice
impl UnwindSafe for lysp_node_choice
Blanket Implementations
Mutably borrows from an owned value. Read more