Struct pgrx_pg_sys::LOCALLOCKOWNER
source · #[repr(C)]pub struct LOCALLOCKOWNER {
pub owner: *mut ResourceOwnerData,
pub nLocks: int64,
}
Fields§
§owner: *mut ResourceOwnerData
§nLocks: int64
Trait Implementations§
source§impl Clone for LOCALLOCKOWNER
impl Clone for LOCALLOCKOWNER
source§fn clone(&self) -> LOCALLOCKOWNER
fn clone(&self) -> LOCALLOCKOWNER
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 LOCALLOCKOWNER
impl Debug for LOCALLOCKOWNER
source§impl Default for LOCALLOCKOWNER
impl Default for LOCALLOCKOWNER
impl Copy for LOCALLOCKOWNER
Auto Trait Implementations§
impl Freeze for LOCALLOCKOWNER
impl RefUnwindSafe for LOCALLOCKOWNER
impl !Send for LOCALLOCKOWNER
impl !Sync for LOCALLOCKOWNER
impl Unpin for LOCALLOCKOWNER
impl UnwindSafe for LOCALLOCKOWNER
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