Struct libyang2_sys::lyd_node_opaq[][src]

#[repr(C)]
pub struct lyd_node_opaq { pub __bindgen_anon_1: lyd_node_opaq__bindgen_ty_1, pub child: *mut lyd_node, pub name: ly_opaq_name, pub value: *const c_char, pub hints: u32, pub format: Type, pub val_prefix_data: *mut c_void, pub attr: *mut lyd_attr, pub ctx: *const ly_ctx, }

Fields

__bindgen_anon_1: lyd_node_opaq__bindgen_ty_1child: *mut lyd_nodename: ly_opaq_namevalue: *const c_charhints: u32format: Typeval_prefix_data: *mut c_voidattr: *mut lyd_attrctx: *const ly_ctx

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.