#[repr(C)]pub struct PLwdatum {
pub datum: *mut PLpgSQL_datum,
pub ident: *mut c_char,
pub quoted: bool,
pub idents: *mut List,
}
Fields§
§datum: *mut PLpgSQL_datum
§ident: *mut c_char
§quoted: bool
§idents: *mut List
Trait Implementations§
impl Copy for PLwdatum
Auto Trait Implementations§
impl Freeze for PLwdatum
impl RefUnwindSafe for PLwdatum
impl !Send for PLwdatum
impl !Sync for PLwdatum
impl Unpin for PLwdatum
impl UnwindSafe for PLwdatum
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