Struct pgx_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_intconflictTab: *const LOCKMASKlockModeNames: *const *const c_chartrace_flag: *const boolTrait Implementations
sourceimpl Clone for LockMethodData
impl Clone for LockMethodData
sourcefn clone(&self) -> LockMethodData
fn clone(&self) -> LockMethodData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LockMethodData
impl Debug for LockMethodData
sourceimpl Default for LockMethodData
impl Default for LockMethodData
impl Copy for LockMethodData
Auto Trait Implementations
impl RefUnwindSafe for LockMethodData
impl !Send for LockMethodData
impl !Sync for LockMethodData
impl Unpin for LockMethodData
impl UnwindSafe for LockMethodData
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