Struct libyang2_sys::lyd_meta
source · #[repr(C)]pub struct lyd_meta {
pub parent: *mut lyd_node,
pub next: *mut lyd_meta,
pub annotation: *mut lysc_ext_instance,
pub name: *const c_char,
pub value: lyd_value,
}Fields
parent: *mut lyd_nodenext: *mut lyd_metaannotation: *mut lysc_ext_instancename: *const c_charvalue: lyd_valueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lyd_meta
impl !Send for lyd_meta
impl !Sync for lyd_meta
impl Unpin for lyd_meta
impl UnwindSafe for lyd_meta
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