Struct libyang2_sys::lysp_stmt
source · #[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
impl Copy for lysp_stmt
Auto Trait Implementations
impl RefUnwindSafe for lysp_stmt
impl !Send for lysp_stmt
impl !Sync for lysp_stmt
impl Unpin for lysp_stmt
impl UnwindSafe for lysp_stmt
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