Struct pgrx_pg_sys::TypeCast
source · #[repr(C)]pub struct TypeCast {
pub type_: NodeTag,
pub arg: *mut Node,
pub typeName: *mut TypeName,
pub location: c_int,
}
Fields§
§type_: NodeTag
§arg: *mut Node
§typeName: *mut TypeName
§location: c_int
Trait Implementations§
impl Copy for TypeCast
Auto Trait Implementations§
impl Freeze for TypeCast
impl RefUnwindSafe for TypeCast
impl !Send for TypeCast
impl !Sync for TypeCast
impl Unpin for TypeCast
impl UnwindSafe for TypeCast
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