Struct libyang2_sys::lysc_ident
source · #[repr(C)]pub struct lysc_ident {
pub name: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub module: *mut lys_module,
pub derived: *mut *mut lysc_ident,
pub exts: *mut lysc_ext_instance,
pub flags: u16,
}Fields
name: *const c_chardsc: *const c_charref_: *const c_charmodule: *mut lys_modulederived: *mut *mut lysc_identexts: *mut lysc_ext_instanceflags: u16Trait Implementations
sourceimpl Clone for lysc_ident
impl Clone for lysc_ident
sourcefn clone(&self) -> lysc_ident
fn clone(&self) -> lysc_ident
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_ident
impl Debug for lysc_ident
sourceimpl Default for lysc_ident
impl Default for lysc_ident
impl Copy for lysc_ident
Auto Trait Implementations
impl RefUnwindSafe for lysc_ident
impl !Send for lysc_ident
impl !Sync for lysc_ident
impl Unpin for lysc_ident
impl UnwindSafe for lysc_ident
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