Union libyang2_sys::lyd_node_opaq__bindgen_ty_1 [−][src]
#[repr(C)]
pub union lyd_node_opaq__bindgen_ty_1 {
pub node: lyd_node,
pub __bindgen_anon_1: lyd_node_opaq__bindgen_ty_1__bindgen_ty_1,
// some fields omitted
}Fields
node: lyd_node__bindgen_anon_1: lyd_node_opaq__bindgen_ty_1__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lyd_node_opaq__bindgen_ty_1
impl !Send for lyd_node_opaq__bindgen_ty_1
impl !Sync for lyd_node_opaq__bindgen_ty_1
impl Unpin for lyd_node_opaq__bindgen_ty_1
impl UnwindSafe for lyd_node_opaq__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more