#[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_node§next: *mut lyd_meta§annotation: *mut lysc_ext_instance§name: *const c_char§value: lyd_valueTrait Implementations§
Auto Trait Implementations§
impl Freeze for lyd_meta
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)