Struct pgrx_pg_sys::NamedLWLockTranche
source · #[repr(C)]pub struct NamedLWLockTranche {
pub trancheId: c_int,
pub trancheName: *mut c_char,
}
Fields§
§trancheId: c_int
§trancheName: *mut c_char
Trait Implementations§
source§impl Clone for NamedLWLockTranche
impl Clone for NamedLWLockTranche
source§fn clone(&self) -> NamedLWLockTranche
fn clone(&self) -> NamedLWLockTranche
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