Struct pgx_pg_sys::PROCLOCK
source · [−]#[repr(C)]pub struct PROCLOCK {
pub tag: PROCLOCKTAG,
pub groupLeader: *mut PGPROC,
pub holdMask: LOCKMASK,
pub releaseMask: LOCKMASK,
pub lockLink: SHM_QUEUE,
pub procLink: SHM_QUEUE,
}Fields
tag: PROCLOCKTAGgroupLeader: *mut PGPROCholdMask: LOCKMASKreleaseMask: LOCKMASKlockLink: SHM_QUEUEprocLink: SHM_QUEUETrait Implementations
impl Copy for PROCLOCK
Auto Trait Implementations
impl RefUnwindSafe for PROCLOCK
impl !Send for PROCLOCK
impl !Sync for PROCLOCK
impl Unpin for PROCLOCK
impl UnwindSafe for PROCLOCK
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