Struct pgrx_pg_sys::LockMethodData
source · #[repr(C)]pub struct LockMethodData {
pub numLockModes: c_int,
pub conflictTab: *const LOCKMASK,
pub lockModeNames: *const *const c_char,
pub trace_flag: *const bool,
}
Fields§
§numLockModes: c_int
§conflictTab: *const LOCKMASK
§lockModeNames: *const *const c_char
§trace_flag: *const bool
Trait Implementations§
source§impl Clone for LockMethodData
impl Clone for LockMethodData
source§fn clone(&self) -> LockMethodData
fn clone(&self) -> LockMethodData
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 more