#[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_char§arg: *const c_char§format: Type§prefix_data: *mut c_void§next: *mut lysp_stmt§child: *mut lysp_stmt§flags: u16§kw: TypeTrait Implementations§
impl Copy for lysp_stmt
Auto Trait Implementations§
impl Freeze for lysp_stmt
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)