Struct libyang2_sys::lysp_node_grp
source · #[repr(C)]pub struct lysp_node_grp {
pub __bindgen_anon_1: lysp_node_grp__bindgen_ty_1,
pub typedefs: *mut lysp_tpdf,
pub groupings: *mut lysp_node_grp,
pub child: *mut lysp_node,
pub actions: *mut lysp_node_action,
pub notifs: *mut lysp_node_notif,
}Fields
__bindgen_anon_1: lysp_node_grp__bindgen_ty_1typedefs: *mut lysp_tpdfgroupings: *mut lysp_node_grpchild: *mut lysp_nodeactions: *mut lysp_node_actionnotifs: *mut lysp_node_notifTrait Implementations
sourceimpl Clone for lysp_node_grp
impl Clone for lysp_node_grp
sourcefn clone(&self) -> lysp_node_grp
fn clone(&self) -> lysp_node_grp
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 lysp_node_grp
impl Default for lysp_node_grp
impl Copy for lysp_node_grp
Auto Trait Implementations
impl RefUnwindSafe for lysp_node_grp
impl !Send for lysp_node_grp
impl !Sync for lysp_node_grp
impl Unpin for lysp_node_grp
impl UnwindSafe for lysp_node_grp
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