Struct libyang2_sys::lysc_node_case
source · #[repr(C)]pub struct lysc_node_case {
pub __bindgen_anon_1: lysc_node_case__bindgen_ty_1,
pub child: *mut lysc_node,
pub when: *mut *mut lysc_when,
}Fields
__bindgen_anon_1: lysc_node_case__bindgen_ty_1child: *mut lysc_nodewhen: *mut *mut lysc_whenTrait Implementations
sourceimpl Clone for lysc_node_case
impl Clone for lysc_node_case
sourcefn clone(&self) -> lysc_node_case
fn clone(&self) -> lysc_node_case
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 lysc_node_case
impl Default for lysc_node_case
impl Copy for lysc_node_case
Auto Trait Implementations
impl RefUnwindSafe for lysc_node_case
impl !Send for lysc_node_case
impl !Sync for lysc_node_case
impl Unpin for lysc_node_case
impl UnwindSafe for lysc_node_case
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