Struct libyang2_sys::lysp_stmt [−][src]
#[repr(C)]pub struct lysp_stmt {
pub stmt: *const c_char,
pub arg: *const c_char,
pub format: Type,
pub prefix_data: *mut c_void,
pub next: *mut lysp_stmt,
pub child: *mut lysp_stmt,
pub flags: u16,
pub kw: Type,
}Fields
stmt: *const c_chararg: *const c_charformat: Typeprefix_data: *mut c_voidnext: *mut lysp_stmtchild: *mut lysp_stmtflags: u16kw: TypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lysp_stmt
impl UnwindSafe for lysp_stmt
Blanket Implementations
Mutably borrows from an owned value. Read more