Struct libyang2_sys::lysp_restr [−][src]
#[repr(C)]pub struct lysp_restr {
pub arg: lysp_qname,
pub emsg: *const c_char,
pub eapptag: *const c_char,
pub dsc: *const c_char,
pub ref_: *const c_char,
pub exts: *mut lysp_ext_instance,
}Fields
arg: lysp_qnameemsg: *const c_chareapptag: *const c_chardsc: *const c_charref_: *const c_charexts: *mut lysp_ext_instanceTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysp_restr
impl !Send for lysp_restr
impl !Sync for lysp_restr
impl Unpin for lysp_restr
impl UnwindSafe for lysp_restr
Blanket Implementations
Mutably borrows from an owned value. Read more