#[repr(C)]pub struct lyd_node_inner {
pub __bindgen_anon_1: lyd_node_inner__bindgen_ty_1,
pub child: *mut lyd_node,
pub children_ht: *mut ly_ht,
}Fields§
§__bindgen_anon_1: lyd_node_inner__bindgen_ty_1§child: *mut lyd_node§children_ht: *mut ly_htTrait Implementations§
Source§impl Clone for lyd_node_inner
impl Clone for lyd_node_inner
Source§fn clone(&self) -> lyd_node_inner
fn clone(&self) -> lyd_node_inner
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for lyd_node_inner
impl Default for lyd_node_inner
impl Copy for lyd_node_inner
Auto Trait Implementations§
impl Freeze for lyd_node_inner
impl RefUnwindSafe for lyd_node_inner
impl !Send for lyd_node_inner
impl !Sync for lyd_node_inner
impl Unpin for lyd_node_inner
impl UnwindSafe for lyd_node_inner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more