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