Struct libyang2_sys::lyd_value_union
source · #[repr(C)]pub struct lyd_value_union {
pub value: lyd_value,
pub original: *mut c_void,
pub orig_len: size_t,
pub hints: u32,
pub format: Type,
pub prefix_data: *mut c_void,
pub ctx_node: *const lysc_node,
}Fields
value: lyd_valueoriginal: *mut c_voidorig_len: size_thints: u32format: Typeprefix_data: *mut c_voidctx_node: *const lysc_nodeTrait Implementations
sourceimpl Clone for lyd_value_union
impl Clone for lyd_value_union
sourcefn clone(&self) -> lyd_value_union
fn clone(&self) -> lyd_value_union
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for lyd_value_union
impl Default for lyd_value_union
impl Copy for lyd_value_union
Auto Trait Implementations
impl RefUnwindSafe for lyd_value_union
impl !Send for lyd_value_union
impl !Sync for lyd_value_union
impl Unpin for lyd_value_union
impl UnwindSafe for lyd_value_union
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more