Struct libyang2_sys::lysc_node_case [−][src]
#[repr(C)]pub struct lysc_node_case {
pub __bindgen_anon_1: lysc_node_case__bindgen_ty_1,
pub child: *mut lysc_node,
pub when: *mut *mut lysc_when,
}Fields
__bindgen_anon_1: lysc_node_case__bindgen_ty_1child: *mut lysc_nodewhen: *mut *mut lysc_whenTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysc_node_case
impl !Send for lysc_node_case
impl !Sync for lysc_node_case
impl Unpin for lysc_node_case
impl UnwindSafe for lysc_node_case
Blanket Implementations
Mutably borrows from an owned value. Read more