#[repr(C)]pub struct PROCLOCKTAG {
pub myLock: *mut LOCK,
pub myProc: *mut PGPROC,
}
Fields§
§myLock: *mut LOCK
§myProc: *mut PGPROC
Trait Implementations§
Source§impl Clone for PROCLOCKTAG
impl Clone for PROCLOCKTAG
Source§fn clone(&self) -> PROCLOCKTAG
fn clone(&self) -> PROCLOCKTAG
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 PROCLOCKTAG
impl Debug for PROCLOCKTAG
Source§impl Default for PROCLOCKTAG
impl Default for PROCLOCKTAG
impl Copy for PROCLOCKTAG
Auto Trait Implementations§
impl Freeze for PROCLOCKTAG
impl RefUnwindSafe for PROCLOCKTAG
impl !Send for PROCLOCKTAG
impl !Sync for PROCLOCKTAG
impl Unpin for PROCLOCKTAG
impl UnwindSafe for PROCLOCKTAG
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