Struct libyang2_sys::lysc_type_leafref
source · #[repr(C)]pub struct lysc_type_leafref {
pub exts: *mut lysc_ext_instance,
pub plugin: *mut lyplg_type,
pub basetype: Type,
pub refcount: u32,
pub path: *mut lyxp_expr,
pub prefixes: *mut lysc_prefix,
pub cur_mod: *const lys_module,
pub realtype: *mut lysc_type,
pub require_instance: u8,
}Fields
exts: *mut lysc_ext_instanceplugin: *mut lyplg_typebasetype: Typerefcount: u32path: *mut lyxp_exprprefixes: *mut lysc_prefixcur_mod: *const lys_modulerealtype: *mut lysc_typerequire_instance: u8Trait Implementations
sourceimpl Clone for lysc_type_leafref
impl Clone for lysc_type_leafref
sourcefn clone(&self) -> lysc_type_leafref
fn clone(&self) -> lysc_type_leafref
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 Debug for lysc_type_leafref
impl Debug for lysc_type_leafref
sourceimpl Default for lysc_type_leafref
impl Default for lysc_type_leafref
impl Copy for lysc_type_leafref
Auto Trait Implementations
impl RefUnwindSafe for lysc_type_leafref
impl !Send for lysc_type_leafref
impl !Sync for lysc_type_leafref
impl Unpin for lysc_type_leafref
impl UnwindSafe for lysc_type_leafref
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