Struct libyang2_sys::lysc_node_choice
source · #[repr(C)]pub struct lysc_node_choice {
pub __bindgen_anon_1: lysc_node_choice__bindgen_ty_1,
pub cases: *mut lysc_node_case,
pub when: *mut *mut lysc_when,
pub dflt: *mut lysc_node_case,
}Fields
__bindgen_anon_1: lysc_node_choice__bindgen_ty_1cases: *mut lysc_node_casewhen: *mut *mut lysc_whendflt: *mut lysc_node_caseTrait Implementations
sourceimpl Clone for lysc_node_choice
impl Clone for lysc_node_choice
sourcefn clone(&self) -> lysc_node_choice
fn clone(&self) -> lysc_node_choice
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_choice
impl Default for lysc_node_choice
impl Copy for lysc_node_choice
Auto Trait Implementations
impl RefUnwindSafe for lysc_node_choice
impl !Send for lysc_node_choice
impl !Sync for lysc_node_choice
impl Unpin for lysc_node_choice
impl UnwindSafe for lysc_node_choice
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