Struct pgx_pg_sys::ResTarget
source · [−]#[repr(C)]pub struct ResTarget {
pub type_: NodeTag,
pub name: *mut c_char,
pub indirection: *mut List,
pub val: *mut Node,
pub location: c_int,
}Fields
type_: NodeTagname: *mut c_charindirection: *mut Listval: *mut Nodelocation: c_intTrait Implementations
impl Copy for ResTarget
Auto Trait Implementations
impl RefUnwindSafe for ResTarget
impl !Send for ResTarget
impl !Sync for ResTarget
impl Unpin for ResTarget
impl UnwindSafe for ResTarget
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