Struct libyang2_sys::lyd_node_term
source · #[repr(C)]pub struct lyd_node_term {
pub __bindgen_anon_1: lyd_node_term__bindgen_ty_1,
pub value: lyd_value,
}Fields
__bindgen_anon_1: lyd_node_term__bindgen_ty_1value: lyd_valueTrait Implementations
sourceimpl Clone for lyd_node_term
impl Clone for lyd_node_term
sourcefn clone(&self) -> lyd_node_term
fn clone(&self) -> lyd_node_term
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_node_term
impl Default for lyd_node_term
impl Copy for lyd_node_term
Auto Trait Implementations
impl RefUnwindSafe for lyd_node_term
impl !Send for lyd_node_term
impl !Sync for lyd_node_term
impl Unpin for lyd_node_term
impl UnwindSafe for lyd_node_term
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