#[repr(C)]pub struct lysc_node_leaf {
pub __bindgen_anon_1: lysc_node_leaf__bindgen_ty_1,
pub musts: *mut lysc_must,
pub when: *mut *mut lysc_when,
pub type_: *mut lysc_type,
pub units: *const c_char,
pub dflt: *mut lyd_value,
}Fields§
§__bindgen_anon_1: lysc_node_leaf__bindgen_ty_1§musts: *mut lysc_must§when: *mut *mut lysc_when§type_: *mut lysc_type§units: *const c_char§dflt: *mut lyd_valueTrait Implementations§
Source§impl Clone for lysc_node_leaf
impl Clone for lysc_node_leaf
Source§fn clone(&self) -> lysc_node_leaf
fn clone(&self) -> lysc_node_leaf
Returns a duplicate 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 lysc_node_leaf
impl Default for lysc_node_leaf
impl Copy for lysc_node_leaf
Auto Trait Implementations§
impl Freeze for lysc_node_leaf
impl RefUnwindSafe for lysc_node_leaf
impl !Send for lysc_node_leaf
impl !Sync for lysc_node_leaf
impl Unpin for lysc_node_leaf
impl UnwindSafe for lysc_node_leaf
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