Struct libyang2_sys::lysp_qname [−][src]
#[repr(C)]pub struct lysp_qname {
pub str_: *const c_char,
pub mod_: *const lysp_module,
}Fields
str_: *const c_charmod_: *const lysp_moduleTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysp_qname
impl !Send for lysp_qname
impl !Sync for lysp_qname
impl Unpin for lysp_qname
impl UnwindSafe for lysp_qname
Blanket Implementations
Mutably borrows from an owned value. Read more