#[repr(C)]pub struct PLpgSQL_nsitem {
pub itemtype: Type,
pub itemno: c_int,
pub prev: *mut PLpgSQL_nsitem,
pub name: __IncompleteArrayField<c_char>,
}
Fields§
§itemtype: Type
§itemno: c_int
§prev: *mut PLpgSQL_nsitem
§name: __IncompleteArrayField<c_char>
Trait Implementations§
Source§impl Debug for PLpgSQL_nsitem
impl Debug for PLpgSQL_nsitem
Auto Trait Implementations§
impl Freeze for PLpgSQL_nsitem
impl RefUnwindSafe for PLpgSQL_nsitem
impl !Send for PLpgSQL_nsitem
impl !Sync for PLpgSQL_nsitem
impl Unpin for PLpgSQL_nsitem
impl UnwindSafe for PLpgSQL_nsitem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more