Struct libyang3_sys::lyd_node_inner
source · #[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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)