Struct pgrx_pg_sys::ObjectAddress
source · #[repr(C)]pub struct ObjectAddress {
pub classId: Oid,
pub objectId: Oid,
pub objectSubId: int32,
}
Fields§
§classId: Oid
§objectId: Oid
§objectSubId: int32
Trait Implementations§
source§impl Clone for ObjectAddress
impl Clone for ObjectAddress
source§fn clone(&self) -> ObjectAddress
fn clone(&self) -> ObjectAddress
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ObjectAddress
impl Debug for ObjectAddress
source§impl Default for ObjectAddress
impl Default for ObjectAddress
impl Copy for ObjectAddress
Auto Trait Implementations§
impl Freeze for ObjectAddress
impl RefUnwindSafe for ObjectAddress
impl Send for ObjectAddress
impl Sync for ObjectAddress
impl Unpin for ObjectAddress
impl UnwindSafe for ObjectAddress
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